
  .container-fluid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
  }

  a {
    color: #9a7b69;
    text-decoration: underline;
  }

  a:hover,
  a:active,
  a:focus {
    color: #9a7b69;
    text-decoration: none;
  }

ul {
    margin: 0;
    padding: 0;
    padding-inline-start: 15px;
}

li {
    padding-left: 6px;
}

  /* Inner page content style */
  .inner-content p {
    word-wrap: break-word;
  }

  .inner-content a {
    color: #9a7b69;
    text-decoration: underline;
  }

  .inner-content a:hover {
    text-decoration: none;
  }

  /* Inner page banner style */
  .inner-banner {
    position: relative;
  }

  .banner-img {
    object-fit: cover;
    height: 100%;
    max-height: 100%;
    width: 100%;
    transform: scale(1);
    transition: transform 1.3s cubic-bezier(0.18, 0.74, 0.36, 0.99);
  }

  .banner-img-height {
    color: #1a1919;
    display: flex;
    position: relative;
    text-align: center;
    width: 100%;
    height: 70vh;
    max-height: 760px;
    height: 75vh;
    align-items: center;
  }

  .banner-img.banner-scale {
    transform: scale(1.2);
    overflow: hidden;
  }

  .banner-text {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner-text-height {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
  }

  .banner-heading {
    font-size: 54px;
    letter-spacing: 9px;
    line-height: 58px;
  }

  @media (max-width: 767px) {

    /* Inner page banner style */
    .banner-img-height {
      color: #1a1919;
    display: flex;
    position: relative;
    text-align: center;
    width: 100%;
    height: 70vh;
    max-height: unset;
    height: 75vh;
    align-items: unset;
    }

    /* Inner page content style */
    .banner-text {
      padding: 30px 0 0;
      top: 0;
      left: unset;
      transform: unset;
    }

    .banner-heading {
      font-size: 30px;
      letter-spacing: 8px;
      line-height: 40px;
      padding: 0 20px;
    }
  }
