@media (max-width: 768px) {
  header {
    background: #1d251a;
  }
  button.navbar-toggler {
    color: #fff;
    font-size: 22px;
  }

  #mainNav .navbar-nav {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-top: 15px;
  }
  .nav-link {
    font-size: 16px !important;
    padding: 6px 14px !important;
  }
  #home {
    position: relative !important;
    margin-top: 0;
  }
  .banner-caption {
    position: absolute;
    top: 0;
    left: 10%;
    transform: inherit;
    z-index: 2;
    color: #fff;
    max-width: auto;
  }
  .cap-img {
    height: 74px;
    margin: 20px 0 20px;
  }
  .cap-one {
    font-size: 28px;
    line-height: 30px;
  }

  .cap-two {
    font-size: 14px;
    font-weight: 300;
  }

  .cap-three {
    font-size: 16px;
  }

  .cap-location {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
  }

  .heading12 {
    font-size: 46px;
    line-height: 48px;
  }

  .heading-22 {
    font-size: 46px;
    line-height: 50px;
  }
  .heading-31 {
    text-align: center;
  }
  .ab-border {
    border-right: unset;
  }
  .heading-41 {
    text-align: center;
  }
  .ul-location li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 17px;
    margin-top: 20px;
    width: 48%;
    display: inline-block;
  }

  .heading-52 {
    font-size: 38px;
    line-height: 40px;
  }
  .location-time {
    font-size: 24px;
  }
  .location-title {
    font-size: 16px;
    font-weight: 200;
  }
  .heading-62 {
    font-size: 40px;
    line-height: 42px;
  }

  .legacy-count {
    font-size: 24px;
  }
  .legacy-title {
    font-size: 14px;
    font-weight: 200;
  }
  .heading-71 {
    font-size: 38px;
    line-height: 48px;
  }
  .footer {
    padding-bottom: 30px;
  }
}
