:root {
    --title-main-color: #6246EA;
    --bg-button: #3AA5C7;
    --item-color: #3AA5C7;
  }

  body {
    font-family: 'Poppins', serif;
  }

  .footer-container {
    width: 100%;
  }

  .hero {
    background-image: url("../images/client/policy-banner.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px 100px 54px 100px;
  }

  .hero p.page-title {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 80px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-top: 34px;
  }

  .main-content {
    padding-top: 90px;
    padding-bottom: 81px;
  }

  .last-update {
    margin-bottom: 40px;
  }

  .policy-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #000F2C;
  }

  .policy-section .section-title {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #6246EA;
    margin-bottom: 24px;
  }

  a {
    color: #3AA5C7;
  }

  .m-top-20 {
    margin-top: 20px;
  }

  .m-top-section {
    margin-top: 40px;
  }

  .text-bold {
    font-weight: 700 !important;
  }

  .footter-wrapper {
    padding-top: 28px;
    padding-bottom: 46px;
  }

  footer {
    border-top: 1px solid #E3E3E3;
  }

  footer .footer-text-wrap {
    margin-left: 9px;
  }

  .logo-text-footer {
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 18px;
    color: #2A2E33;
  }

  footer .left-content-wrap {
    margin-top: 28px;
    margin-bottom: 47px;
  }

  footer .copy-right {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.1px;
    color: #040D3E;
    margin-left: 39px;
    margin-top: 26px;
  }

  footer .privacy-link-wrap {
    margin-top: 23px;
  }

  footer a.privacy {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.1px;
    color: #3AA5C7;
  }

  @media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
    .hero {
      background-image: url("../images/client/policy-banner@2x.jpeg");
    }
  }

  @media (max-width: 767px) {
    .hero {
      background-image: url("../images/client/policy-banner-mobile.jpeg");
      text-align: center;
      padding: 22px 0 42px 0;
    }

    .hero img.logo {
      height: 34px;
      margin: 0 auto;
    }

    .main-content {
      padding: 40px 20px 84px 20px;
      text-align: left;
    }

    .hero p.page-title {
      font-size: 24px;
      line-height: 30px;
      margin-top: 14px;
    }

    .policy-text {
      font-size: 13px;
      line-height: 21px;
    }

    .policy-section .section-title {
      margin-bottom: 9px;
    }

    .m-top-section {
      margin-top: 36px;
    }

    footer .footer-logo {
      height: 41px;
    }

    .footter-wrapper {
      padding: 23px 0 40px 0;
    }

    footer .copy-right {
      margin-left: 0;
      margin-top: 14px;
    }

    footer .privacy-link-wrap {
      margin-top: 11px;
    }
  }
  @media (min-width: 768px) and (max-width: 1279px) {
    .footer-container {
      max-width: 750px;
      margin: 0 auto;
    }
  }
  @media (min-width: 1024px) and (max-width: 1280px) {
    .footer-container {
      max-width: 1000px;
      margin: 0 auto;
    }
  }
  @media (min-width: 1281px) and (max-width: 1439px) {
    .footer-container {
      max-width: 1201px;
      margin: 0 auto;
    }
  }
  @media (min-width: 1440px) {
    .footer-wrapper {
      padding-top: 28px;
      padding-bottom: 46px;
    }
    .footer-container {
      max-width: 1238px;
      margin: 0 auto;
    }
    .sub-container {
      max-width: 1030px;
      text-align: left;
    }
  }