/* break 1200px = xl */
/* break 992px = lg */
/* break 768px = md */
/* break 576px = sm */

.hero-golf-box {
  width: 65rem;
}

@media (max-width: 1198.98px) {
  .rooms-box .service-text-box {
    padding-left: 4.5rem;
    left: -4.5rem;
  }
}

@media (min-width: 992px) {
  .image-box-high {
    height: 48.6rem;
    width: 99rem;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 56.25%;
  }

  .section-hero-golf {
    position: relative;
    height: 629px;
    background: url(../../images/background/BG-mobile-facility.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    background-repeat: no-repeat;
  }

  .list-image-box {
    width: auto;
  }

  .rooms-box .service-text-box {
    left: -12.5rem;
  }
}

@media (max-width: 767.98px) {
  .services-box,
  .rooms-box,
  .club-house-box {
    padding: 0 0 51px;
    background: #fff;
  }

  .service-text-box {
    width: auto;
    position: static;
  }

  .mgb-48 {
    margin-bottom: 0;
  }

  .rooms-box .service-text-box {
    left: 0;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .hero-golf-box {
    width: auto;
  }

  .tab-facility-box {
    height: 98px;
  }

  .tab-facility-list {
    width: 292px;
    height: 36px;
  }

  .tab-facility-item {
    font-size: 12px;
    line-height: 15px;
  }

  .tab-facility-item:nth-child(2) {
    padding: 0 12px;
  }

  .head-services-box {
    padding-left: 24px;
    padding-right: 24px;

    height: 253px;
    background: url(../../images/background/Section_03.png);
    background-size: cover;
  }

  .heading-text-box {
    height: 124px;
    padding-left: 26px;
  }

  .heading-text-box::before {
    left: 0;
    width: 2px;
  }

  .secondary-heading-services {
    font-size: 24px;
    line-height: 32px;
  }

  .text-sub-services {
    font-size: 14px;
  }

  .tertiary-heading-service {
    line-height: 27px;
    letter-spacing: 2px;
    font-size: 20px;
  }

  .rooms-box .service-text-box,
  .service-text-box {
    height: 112px;
    padding: 0 24px;
  }

  .list-image-box {
    height: auto;
  }

  .section-hero-golf {
    background: url(../../images/background/BG-mobile-facility2.png) center/cover
      no-repeat;
  }
}
