.resumo__foto {
   border-radius: 100%;
   height: 20.3125rem;
   width: 20.3125rem;
}
@media screen and (max-width: 769px) {
   .resumo__foto {
      height: 12.5rem;
      width: 12.5rem;
   }
}
@media screen and (max-width: 426px) {
   .resumo__foto {
      margin-right: 2%;
      height: 150px;
      width: 150px;
   }
}
