#contacto-form .feature {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  margin-inline: auto;
}

#contacto-form .form-control,
#contacto-form .form-floating > .form-control {
  border-radius: 0.75rem;
}

#contacto-form .btn-lg {
  border-radius: 0.9rem;
}

#message {
  height: 10rem;
  min-height: 10rem;
  resize: vertical;
}

#formResponse .alert {
  margin-bottom: 0;
  border-radius: 0.75rem;
}

#contacto-seo .border,
#contacto-faq .accordion-item,
#contacto-form .bg-light {
  border-radius: 1rem !important;
}

#contacto-faq .accordion-button {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  #message {
    min-height: 9rem;
  }

  #contacto-form .btn-lg {
    width: 100%;
  }
}