.contato__container {
   display: flex;
   flex-direction: column;
}

@media screen and (max-width: 1024px) {
   .contato__container {
      margin: 0;
      transform: scale(0.9);
   }
}
