input:focus,
textarea:focus {
   outline: none;
}
.contato__campo {
   display: flex;
   flex-direction: column;
   gap: 0.3125rem;
}
@media screen and (max-width: 769px) {
   .contato__campo {
      width: 28.125rem;
   }
}
