.title-head {
      font-size: clamp(25px, 4vw, 85px);
      font-weight: 500;
      font-family: 'Newake-Regular', sans-serif;
      text-transform: uppercase;
    }

    .yellow {
      font-size: clamp(25px, 4vw, 85px);
      font-weight: 500;
      font-family: 'Newake-Regular', sans-serif;
      text-transform: uppercase;
    }

    .btn .discover_more_btn {
      text-transform: none !important;
    }

    .bg_red .content img {
      width: 38% !important;
    }

    .cms_content_width {
      width: 100%
    }

    .section-bg {
      position: relative;
      background-image: url('../themes/PRS03057/assets/img/qlegg/cmsbanner2.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 800px;
    }

    .section-graphic {
      margin-top: 200px;
    }
    .section-title {
      color: #f9d146;
      font-size: 6vh;
      font-weight: 800;
      font-family: 'Newake-Regular',sans-serif;
      text-spacing: 1px;
    }
    .section-subtitle {
      color: #fff;
      font-size: 2vh;
      font-family: 'Montserrat-Regular',sans-serif;
      margin-top: 40px;
      line-height: 1.5;
    }

    .section-content {
        display: flex;
        justify-content: center; /* horizontal */
        align-items: center;
    }

    .btn-discover {
      border:1px solid #f9d146;
      border-radius: 25px;
      background-color: #f9d146;
      padding:10px;
    }
    .btn-discover-text {
      letter-spacing:1px;
      color: #000;
      font-weight:600;
      text-transform:none !important;
    }
