/* break 1200px = xl */
/* break 992px = lg */
/* break 768px = md */
/* break 576px = sm */

@media (max-width: 1198.98px) {
}

@media (max-width: 991.98px) {
  html {
    font-size: 56.25%;
  }

  .section-hero-golf {
    position: relative;
    height: 629px;
    background: url(../../images/background/BG-mobile-contact-us.png);
    background-size: cover;
    background-position: left;
    padding-bottom: 0;
    background-repeat: no-repeat;
  }

  .contact-us-boxs {
    justify-content: space-between;
    height: auto;
    width: auto;
  }

  .section-location {
    padding-bottom: 40px;
  }

  .contact-us-box,
  .contact-us-box:nth-child(2),
  .contact-us-box:nth-child(3) {
    margin: 0;
    border: 0;
  }

  .contact-us-box:nth-child(1) {
    flex-basis: 0;
    flex-grow: 1;
  }

  .map-location {
    margin-bottom: 0;
  }

  .bg-blue {
    display: none;
  }

  .form-contact-us-box {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .hero-text {
    line-height: 24px;
  }

  .section-contact-us {
    padding: 32px 0 0;
  }

  .contact-us-boxs {
    flex-direction: column;
  }

  .contact-us-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .map-location-img {
    border-radius: 8px;
  }
}

@media (max-width: 575.98px) {
  .hero-golf-box {
    transform: translate(0, -110%);
  }

  .section-location,
  .section-form-contact-us {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
  }

  .section-location {
    padding-bottom: 32px;
  }

  .head-contact-us-box {
    align-items: flex-start;
    margin: 0 0 16px;
  }

  .heading-text-contact-us {
    letter-spacing: 4.86598px;
    text-transform: capitalize;
  }

  .sub-text-contact-us {
    font-size: 14px;
    line-height: 21px;
  }

  .section-form-contact-us {
    padding-bottom: 45px;
  }

  .form-contact-us-box {
    margin-top: 16px;
  }

  .g-4 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 8px;
  }

  .btn-submit {
    margin-top: 16px;
  }
}
