 .container-fluid {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 20px;
      }

      body {
        position: relative;
        height: 100%;
        background-color: #efedea;
        font-family: 'ScalaSansOT','segoe ui','Roboto','helvetica neue','sans-serif';
        font-style: normal;
        color: #453f3f;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
      }

      a,
      a:hover,
      a:focus {
        font-family: 'ScalaSansOT','segoe ui','Roboto','helvetica neue','sans-serif';
        font-style: normal;
        font-size: 15px;
        color: #865;
        line-height: 28px;
        letter-spacing: 1px;
        cursor: pointer;
        display: inline-block;
      }

      .btn {
        background-color: #1a1919;
        border: 1px solid #1a1919;
        color: #fff;
        font-family: 'ScalaSansOT','segoe ui','Roboto','helvetica neue','sans-serif';
        font-size: 12px;
        font-style: normal;
        letter-spacing: 2px;
        line-height: 1.2;
        min-width: 220px;
        max-width: 280px;
        padding: 14px 20px;
        text-decoration: none;
        transition: 0.2s ease-in-out;
      }

      .btn:active,
      .btn:hover,
      .btn:focus {
        background-color: transparent;
        color: #453f3f;
        box-shadow: unset;
      }

      h1,
      h2,
      h3,
      h4 {
        font-family: 'GaramondPro','times new roman','serif';
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 10px;
      }

      h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 3.3px;
      }

      h2,
      h3 {
        font-size: 29px;
        line-height: 40px;
        letter-spacing: 2.4px;
      }

      h4,
      h5,
      h6 {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 4px;
      }

      p {
        font-family: 'ScalaSansOT','segoe ui','Roboto','helvetica neue','sans-serif';
        font-style: normal;
        color: #453f3f;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1px;
        margin-bottom: 0px;
      }

      strong {
        font-weight: bold;
      }

      /* Inner page content style */
      .inner-content p {
        word-wrap: break-word;
      }

      .inner-content a {
        text-decoration: underline;
      }

      .inner-content a:hover {
        text-decoration: none;
      }

      .inner-content ol,
      .inner-content ul {
        margin-top: 1rem;
      }

      .inner-content li {
        list-style: none;
      }

      .inner-content.list-style-disc ul {
        padding: 0;
        margin: 0;
      }

      .inner-content.list-style-disc ul li {
        list-style: disc;
      }

      .inner-content ol ol,
      .inner-content ul ul {
        margin-top: 0;
      }

      .collapse-section {
        padding-bottom: 14px;
        width: 100%;
      }

      .collapse-section .card-body {
        padding: 25px 0 0 30px;
      }

      .scale {
        margin-right: 10px;
      }

      .scale:before {
        transition: transform 0.4s cubic-bezier(0.05, 0.5, 0.3, 1);
      }

      a[aria-expanded="true"] .scale:before {
        transform: rotate(-180deg);
      }

      .sub-heading {
          font-size: 28px;
          letter-spacing: 1px;
          line-height: 30px;
          margin-top: 20px;
      }

      @media (max-width: 767px) {
        body {
          font-size: 14px;
          letter-spacing: 0.8px;
          line-height: 26px;
        }

        p {
          font-size: 14px;
          letter-spacing: 0.8px;
          line-height: 26px;
        }
      }