    body {
  font-family: var(--font-main);
    }

    h1 {
      font-size: clamp(45px, 7vw, 130px);
      line-height: 1.1;
    }

    h2 {
      margin-bottom: 20px;
      margin-top: 55px;
      font-size: 40px!important;
      text-align: left;
      font-weight: 300 !important;
      color: #9E8017!important;
    }

    h3 {
      font-size: 20px !important;
      font-weight:400;
    }