@media screen and (min-width: 768px){
  main .container,
  section .container{
    padding: 50px 15px 100px;
  }

  section.contato .row{
    padding: 32px 100px;
  }
}

@media screen and (min-width: 992px){
  main .col-12:first-child{
    max-width: 469px;
  }

  section.contato{
    background-color: transparent;
  }

  section.contato .row{
    background-color: var(--vermelho);
  }

  section.contato input,
  section.contato textarea{
  max-width: 422px;
  }
}