.contato-map {
  width: 100%;
  min-height: 400px;
}

.bg-form label {
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.bg-form :is(input, select, textarea){
  border-radius: 16px;
  border: 1px solid  #D1D1D1;
  background: #FAFAFA;
  padding: 1.134rem .8rem;
}

@media screen and (max-width: 576px) {
  .mobile-contato{
  flex-direction: column !important;
}
}