        @font-face {
  font-family: 'WorkSans';
  src: url('../fonts/WorkSans-Regular.ttf') format('opentype');
  font-style: normal;
}
    
    /* RESET */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

   body {
      font-family: 'WorkSans';
      margin: 0;
    }
    
     .kcx-banner-wrap {
      height: 100vh;
      background: url('../images/banner_Desktop.png');
      display: flex;
      align-items: center;
      justify-content: center;
      background-position: center;
      background-size: cover;
    }
    
        .kcx-content-box {
      background: #fff;
      padding: 60px 60px;
      text-align: center;
      height: auto;
    }

    .kcx-logo-img {
width: 15vw;
    margin-bottom: 20px;
    }

   



    .kcx-content-box h2 {
      font-size: 58px;
      margin-bottom: 10px;
    }

    .kcx-subtext-line {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .kcx-content-box h3 {
      font-size: 30px;
      font-weight: 600;
      margin-top: 10px;
          margin-bottom: 2.5rem;
    }

    .kcx-space-gap {
      margin-bottom: 70px;
    }

    .kcx-primary-btn {
      font-size: 17.5px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 15px 30px;
      text-align: center;
      border-radius: 100px;
      background: #39693b;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
    }

    @media screen and (max-width: 767px) {
        
           .kcx-banner-wrap {
      background: url('../images/banner_mob.png');
     
    }
        
      .kcx-content-box {
        padding: 45px 15px;
        margin: 0 20px;
      }

      .kcx-logo-img {
        width: 40vw;
      }

      .kcx-content-box h2 {
        font-size: 40px;
      }

      .kcx-subtext-line {
        font-size: 24px;
      }

      .kcx-content-box h3 {
        font-size: 27px;
      }

      .kcx-space-gap {
        margin-bottom: 50px;
      }
    }