.contact-page .form-control{
  min-height:44px;
}
.contact-page textarea.form-control{
  min-height:9.5rem;
  line-height:1.55;
  resize:vertical;
}
.contact-page .btn{
  min-height:42px;
}

@media(max-width:575.98px){
  .contact-page{
    padding-inline:1.1rem;
  }
  .contact-page .contact-heading{
    align-items:flex-start!important;
    flex-direction:column;
    gap:.7rem!important;
  }
  .contact-page .contact-heading .btn{
    width:100%;
  }
  .contact-page .form-label{
    margin-bottom:.45rem;
    font-weight:600;
  }
  .contact-page .form-control{
    min-height:48px;
    font-size:16px;
  }
  .contact-page textarea.form-control{
    min-height:11rem;
  }
  .contact-page .text-end{
    text-align:stretch!important;
  }
  .contact-page button[type="submit"]{
    width:100%;
    min-height:48px;
    font-weight:700;
  }
}
