/* ==========================================================================
   RESPONSIVE STYLES
   Breakpoints: 1440, 1336, 1280, 1024, 768, 639, 479, 320
   ========================================================================== */

/* ==========================================================================
   1440px — Large Desktop
   ========================================================================== */
   @media (max-width: 1440px) {
    .container,
    .row {
      width: 92%;
      max-width: 1280px;
    }
  
    .ban-cnt h1 {
      font-size: 72px;
      line-height: 80px;
    }
  
    .ban-cnt-2 {
      right: 60px;
      bottom: 40px;
      width: 490px;
    }
  
    .pro-rgt h3,
    .wht-lft h3,
    .wht-master h3,
    .abt-winteg h3 {
      font-size: 48px;
      line-height: 56px;
    }
  
    .pro-cnt h1 {
      font-size: 58px;
      line-height: 60px;
    }
  
    .regi-lft h1 {
      font-size: 54px;
    }
  
    .winte {
      right: 8%;
    }
  }
  
  /* ==========================================================================
     1336px — Wide Laptop
     ========================================================================== */
  @media (max-width: 1336px) {
    .container,
    .row {
      width: 93%;
    }
  
    .ban-cnt h1 {
      font-size: 66px;
      line-height: 74px;
    }
  
    .ban-cnt-2 {
      right: 30px;
      width: 460px;
      padding: 28px;
    }
  
    .ban-cnt p {
      font-size: 22px;
      max-width: 85%;
    }
  
    .pro-rgt h3,
    .wht-lft h3,
    .wht-master h3,
    .abt-winteg h3 {
      font-size: 44px;
      line-height: 52px;
    }
  
    .pro-cnt h1 {
      font-size: 54px;
      line-height: 56px;
    }
  
    .wht-rgt.wht-rgt1 {
      width: 46%;
    }
  
    .wht-rgt.wht-rgt1 ul li {
      font-size: 22px;
    }
  
    .regi-lft h1 {
      font-size: 50px;
    }
  
    .winte {
      width: 100px;
      right: 10%;
      top: 18%;
    }
  
    .wht-master.mas2 ul li h4 {
      font-size: 52px;
      line-height: 52px;
    }
  }
  
  /* ==========================================================================
     1280px — Standard Laptop
     ========================================================================== */
  @media (max-width: 1280px) {
    .container,
    .row {
      width: 94%;
    }
  
    .ban-cnt h1, .banner-slider.th-you .ban-cnt h1 {
      font-size: 39px;
      line-height: 58px;
      margin-bottom: 100px;
    }
  
    .ban-cnt-2 {
      width: 430px;
      right: 20px;
      padding: 25px;
    }
  
    .ban-cnt p {
      font-size: 20px;
      line-height: 30px;
      max-width: 90%;
    }
  
    .banner-slider {
      padding: 80px 0 80px;
    }
  
    .pro-rgt h3,
    .wht-lft h3,
    .wht-master h3,
    .abt-winteg h3 {
      font-size: 40px;
      line-height: 48px;
    }
  
    .pro-rgt p,
    .wht-lft p,
    .wht-master > .row > p {
      font-size: 18px;
    }
  
    .pro-cnt h1 {
      font-size: 50px;
      line-height: 52px;
      margin-bottom: 30px;
    }
  
    .wht-master ul {
      gap: 40px;
    }
  
    .wht-master.mas4 ul li {
      padding: 30px 22px;
    }
  
    .regi-lft h1 {
      font-size: 46px;
    }
  
    .wht-master.mas2 ul li h4 {
      font-size: 48px;
      line-height: 48px;
    }
  
    .wht-master.mas2 ul li h4 span {
      font-size: 16px;
    }
  
    .accordion-header {
      font-size: 18px;
      padding: 22px 0;
    }
  
    .faq h3 {
      font-size: 46px;
      line-height: 52px;
    }
  
    .winte {
      width: 90px;
      right: 5%;
      top: 15%;
    }
  
    .wht-rgt.wht-rgt1 {
      width: 46%;
    }
  }
  
  /* ==========================================================================
     1024px — Tablets Landscape / Small Laptops
     ========================================================================== */
  @media (max-width: 1024px) {
    .wht-master ul li h4 br{display: none;}
    .container,
    .row {
      width: 95%;
    }
  
    /* Header */
    #header {
      padding: 12px 0;
    }
  
    /* Banner */
    .banner-slider {
      padding: 70px 0 60px;
    }
  
    .banner-slider .row {
      flex-direction: column;
      gap: 20px;
    }
  
    .ban-cnt {
      width: 100%;
      float: none;
    }
  
    .ban-cnt h1 {
      font-size: 52px;
      line-height: 60px;
      margin-bottom: 30px;
    }
  
    .ban-cnt p {
      font-size: 18px;
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .ban-cnt-2 {
      position: relative;
      right: auto;
      bottom: auto;
      width: 100%;
      max-width: 560px;
      padding: 28px; margin-top: 0;
    }
    .ban-cnt-3{display: block;}
    .ban-cnt > span{display: none;}
    /* The Problem */
    .the-problem {
      padding: 80px 0;
    }
  
    .the-problem .row {
      flex-direction: inherit;
      gap: 40px;
    }
  
    .pro-lft {
      width: 40%;
    }
  
    .pro-rgt {
      width: 70%;
    }
  
    .pro-rgt h3 {
      font-size: 38px;
      line-height: 46px;
    }
  
    .pro-rgt h4 {
      font-size: 26px;
      line-height: 40px;
      margin: 30px 0;
    }
  
    /* What It Is */
    .what-it {
      padding: 80px 0;
    }
  
    .what-it .row {
      flex-direction: column;
      gap: 10px;
    }
  
    .wht-lft {
      width: 100%;
    }
  
    .wht-lft h3 {
      font-size: 38px;
      line-height: 46px;
    }
  
    .wht-lft h4 {
      font-size: 26px;
      line-height: 36px;
    }
    .after-program section.what-it.w3 .wht-rgt{border: none; padding-left: 0;}  
    .wht-rgt {
      width: 100%;
    }
    .fa-pad{max-width: 100%;}
  
    .wht-rgt.wht-rgt1 {
      width: 100%;
    }
  
    .wht-rgt.wht-rgt1 ul li {
      font-size: 20px;
    }
  
    .what-it.w2 .wht-rgt {
      width: 100%;
      padding: 40px 0px 0px 0;
    }
  
    /* Six Capabilities */
    .wht-master {
      padding: 80px 0;
    }
  
    .wht-master h3 {
      font-size: 38px;
      line-height: 46px;
    }
  
    .wht-master > .row > p {
      font-size: 18px;
    }
  
    .wht-master ul {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
    }
  
    .wht-master.mas4 ul {
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
    }
  
    .wht-master.mas4 ul li:nth-child(2) {
      border-right: none;
    }
  
    /* How It Works */
    .wht-master.mas2 ul {
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 40px;
    }
  
    .wht-master.mas2 ul li {
      width: calc(50% - 15px);
      border-left: 1px solid #D1DAE3;
      padding-left: 20px;
    }
    .wht-master.mas2 ul li:nth-child(3){border-left: none;}
    .wht-master.mas2 ul li:first-child {
      border-left: none;
    }
  
    .wht-master.mas2 ul li h4 {
      font-size: 44px;
      line-height: 44px;
    }
  
    /* Methodology */
    .methodol {
      padding: 60px 0;
    }
  
    .methodol .row {
      flex-direction: column;
      gap: 30px;
    }
  
    .meth-lft {
      width: 100%;
    }
  
    .meth-rgt {
      width: 100%;
    }
  
    .meth-rgt ul {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
  
    /* Program Director */
    .program-director {
      padding: 80px 0;
    }
  
    .pro-img {
      width: 50%;
    }
  
    .pro-cnt {
      width: 100%;
      padding-top: 20px;
      padding-right: 0;
    }
  
    .pro-cnt h1 {
      font-size: 44px;
      line-height: 48px;
      margin-bottom: 25px;
    }
  
    /* Registration */
    .what-it .regi {
      flex-direction: column;
      text-align: center;
      gap: 15px;
      padding-top: 30px;
    }
  
    .regi-lft h1 {
      font-size: 42px;
    }
  
    /* FAQ */
    .faq {
      padding: 80px 0;
    }
  
    .faq h3 {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 10px;
    }
  
    /* About */
    .abt-winteg {
      padding: 80px 0;
    }
  
    .abt-winteg h3 {
      font-size: 38px;
      line-height: 46px;
    }
  
    .winte {
      display: none;
    }
  
    /* After Program */
    .after-program {
      padding: 50px 0;
    }
  
    .after-program section.what-it.w3 {
      padding: 50px 0;
      border-radius: 12px;
    }
  }
  
  /* ==========================================================================
     768px — Tablets Portrait
     ========================================================================== */
  @media (max-width: 768px) {
    .container,
    .row {
      width: 90%;
    }
  
    /* Header */
    .top-hdr {
      flex-wrap: nowrap;
      gap: 15px;
    }
  
    .top-rgt a {
      font-size: 16px;
      padding: 13px 16px;
    }
  
    /* Banner */
    .banner-slider {
      padding: 60px 0 50px;
    }
  
    .ban-cnt h1 {
      font-size: 44px;
      line-height: 52px;
      margin-bottom: 25px;
    }
  
    .ban-cnt h3 {
      font-size: 12px;
      margin-bottom: 25px;
    }
  
    .ban-cnt p {
      font-size: 17px;
      line-height: 26px;
      margin-bottom: 0;
    }
  
    .ban-cnt-2 {
      width: 100%;
      padding: 24px;
      margin: 0;
    }
  
    .ban-cnt-2 p {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 20px;
    }
  
    .ban-cnt-2 a {
      font-size: 16px;
      padding: 14px 18px;
    }
  
    /* The Problem */
    .the-problem {
      padding: 60px 0;
    }
  
    .pro-rgt h3 {
      font-size: 34px;
      line-height: 42px;
    }
  
    .pro-rgt p {
      font-size: 17px;
    }
  
    .pro-rgt h4 {
      font-size: 22px;
      line-height: 34px;
      margin: 25px 0;
    }
  
    .pro-rgt a {
      font-size: 16px;
      padding: 14px 18px;
    }
  
    /* What It Is */
    .what-it {
      padding: 60px 0;
    }
  
    .wht-lft h3 {
      font-size: 34px;
      line-height: 42px;
      padding-right: 0;
    }
  
    .wht-lft h4 {
      font-size: 24px;
      line-height: 32px;
      margin: 20px 0;
    }
  
    .wht-lft p {
      font-size: 17px;
    }
  
    .wht-rgt {
      padding: 28px;
    }
  
    .wht-rgt ul li {
      font-size: 17px;
    }
  
    .wht-rgt.wht-rgt1 ul li {
      font-size: 18px;
    }
  
    /* Six Capabilities */
    .wht-master {
      padding: 60px 0;
    }
  
    .wht-master h3 {
      font-size: 34px;
      line-height: 42px;
    }
  
    .wht-master > .row > p {
      font-size: 17px;
    }
  
    .wht-master ul {
      grid-template-columns: 1fr;
      gap: 15px;
    }
  
    .wht-master ul li h4 {
      font-size: 20px;
      line-height: 28px;
    }
  
    .wht-master ul li p {
      font-size: 17px;
    }
  
    /* How It Works */
    .wht-master.mas2 ul {
      flex-direction: column;
      gap: 0;
      margin-top: 0;
    }
  
    .wht-master.mas2 ul li {
      width: 100%;
      border-left: none;
      border-bottom: 1px solid #D1DAE3;
      padding: 20px 0;
    }
  
    .wht-master.mas2 ul li:last-child {
      border-bottom: none;
    }
  
    .wht-master.mas2 ul li h4 {
      font-size: 48px;
      line-height: 48px;
    }
  
    .wht-master.mas2 ul li h4 span {
      font-size: 18px;
      font-weight: 700;
      line-height: 36px;
    }
  
    .wht-master.mas2 ul li h5 {
      font-size: 16px;
      margin: 10px 0 12px;
    }
  
    /* Methodology */
    .methodol {
      padding: 50px 0;
    }
  
    .meth-rgt ul {
      grid-template-columns: 1fr;
      gap: 14px;
    }
  
    .meth-rgt ul li {
      font-size: 17px;
    }
  
    .meth-lft h2 {
      font-size: 26px;
      line-height: 32px;
    }
  
    .meth-lft p {
      font-size: 17px;
    }
  
    /* Testimonials */
    .wht-master.mas4 ul {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  
    .wht-master.mas4 ul li {
      border-right: none;
      border-bottom: 1px solid #eaeaea;
      padding: 50px 0px 10px 0px;
    }
  
    .wht-master.mas4 ul li p {
      font-size: 16px;
      line-height: 26px;
    }
  
    /* Program Director */
    .program-director {
      padding: 60px 0;
    }
  
    .program-director .row::after {
      content: '';
      display: table;
      clear: both;
    }
  
    .pro-img {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 30px;
      max-width: 400px;
    }
  
    .pro-cnt {
      width: 100%;
      float: none;
      padding-top: 0;
      padding-right: 0;
    }
  
    .pro-cnt h1 {
      font-size: 38px;
      line-height: 42px;
      margin-bottom: 20px;
    }
  
    .pro-cnt p {
      font-size: 17px;
    }
  
    /* Registration */
    .regi-lft h1 {
      font-size: 36px;
    }
  
    .regi-lft p {
      font-size: 16px;
    }
  
    .regi-rgt a {
      font-size: 16px;
      padding: 14px 18px;
    }
  
    /* FAQ */
    .faq {
      padding: 60px 0;
    }
  
    .faq h3 {
      font-size: 34px;
      line-height: 42px;
      margin-bottom: 35px;
    }
  
    .accordion-header {
      font-size: 17px;
      padding: 20px 0;
    }
  
    .accordion-content {
      font-size: 15px;
      padding-bottom: 20px;
    }
  
    /* About */
    .abt-winteg {
      padding: 60px 0;
    }
  
    .abt-winteg h3 {
      font-size: 34px;
      line-height: 42px;
    }
  
    .abt-winteg p {
      font-size: 17px;
    }
  
    /* Footer */
    footer {
      padding: 40px 0;
    }
  
    .ftop {
      /*! flex-direction: column; */
      /*! align-items: flex-start; */
      gap: 20px;
      padding-bottom: 30px;
      margin-bottom: 20px;
    }
  
    .ftop .ftop-rgt a {
      font-size: 12px;
      padding: 0;
    }
  
    .fbtm {
      flex-direction: column;
      gap: 15px;
      text-align: center;
    }
  
    .fbtm ul {
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }
  
    /* After Program */
    .after-program {
      padding: 40px 0;
    }
  
    .after-program section.what-it.w3 {
      padding: 40px 0;
      border-radius: 10px;
    }
  
    .what-it.w3 .wht-rgt {
      border-left: none;
      padding-left: 0;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
  }
  
  /* ==========================================================================
     639px — Large Phones / Small Tablets
     ========================================================================== */
  @media (max-width: 639px) {
    .container,
    .row {
      width: 90%;
    }
  
    /* Banner */
    .banner-slider {
      padding: 50px 0 40px;
    }
  
    .ban-cnt h1 {
      font-size: 36px;
      line-height: 44px;
      margin-bottom: 30px;
    }
  
    .ban-cnt h3 {
      font-size: 11px;
      gap: 12px;
      margin-bottom: 20px;
    }
  
    .ban-cnt h3::before {
      width: 25px;
    }
  
    .ban-cnt p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0;
    }
  
    .ban-cnt > span {
      font-size: 11px;
      letter-spacing: 2px;
    }
  
    .ban-cnt-2 {
      padding: 20px;
    }
  
    .ban-cnt-2 p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 16px;
    }
  
    .ban-cnt-2 a {
      font-size: 15px;
      padding: 12px 16px;
    }
  
    /* Section Titles */
    .s-tit {
      font-size: 12px;
      letter-spacing: 2px;
      gap: 14px;
      margin-bottom: 22px;
    }
  
    .s-tit::before {
      width: 50px;
    }
  
    /* Sections general padding */
    .the-problem,
    .wht-master,
    .program-director,
    .faq,
    .abt-winteg {
      padding: 50px 0;
    }
  
    .what-it {
      padding: 50px 0;
    }
  
    /* The Problem */
    .pro-rgt h3 {
      font-size: 30px;
      line-height: 38px;
    }
  
    .pro-rgt h4 {
      font-size: 20px;
      line-height: 30px;
    }
  
    .pro-rgt p {
      font-size: 16px;
      line-height: 24px;
    }
  
    .pro-rgt a {
      font-size: 15px;
      padding: 12px 16px;
    }
  
    /* What It Is */
    .wht-lft h3 {
      font-size: 30px;
      line-height: 38px;
    }
  
    .wht-lft h4 {
      font-size: 24px;
      line-height: 30px;
    }
  
    .wht-lft p {
      font-size: 16px;
      margin-bottom: 20px;
    }
  
    .wht-rgt {
      padding: 22px;
    }
  
    .wht-rgt p {
      font-size: 12px;
    }
  
    .wht-rgt ul li {
      font-size: 16px;
      margin-bottom: 0;
    }
  
    .wht-rgt.wht-rgt1 ul li {
      font-size: 17px;
    }
  
    /* Six Capabilities */
    .wht-master h3 {
      font-size: 30px;
      line-height: 38px;
    }
  
    .wht-master > .row > p {
      font-size: 16px;
    }
  
    .wht-master img {
      margin-bottom: 35px;
    }
  
    .wht-master ul li h4 {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 0;
    }
  
    .wht-master ul li p {
      font-size: 16px;
    }
  
    .wht-master ul li span {
      font-size: 17px;
    }
  
    /* How It Works */
    .wht-master.mas2 ul li h4 {
      font-size: 42px;
      line-height: 42px;
    }
  
    /* Methodology */
    .meth-lft h2 {
      font-size: 24px;
      line-height: 30px;
    }
  
    .meth-lft p {
      font-size: 16px;
    }
  
    .meth-rgt ul li {
      font-size: 16px;
      line-height: 22px;
    }
  
    /* Program Director */
    .pro-img {
      max-width: 100%;
    }
  
    .pro-cnt h1 {
      font-size: 32px;
      line-height: 36px;
    }
  
    .pro-cnt p {
      font-size: 16px;
      line-height: 26px;
    }
  
    .program-director h4 {
      font-size: 12px;
      padding-top: 50px;
      margin-bottom: 20px;
    }
  
    /* Registration */
    .what-it .regi {
      margin-top: 35px;
      padding-top: 30px;
      gap: 0;
    }
  
    .regi-lft h2 {
      font-size: 12px;
      letter-spacing: 2px;
    }
  
    .regi-lft h1 {
      font-size: 32px;
    }
  
    .regi-lft p {
      font-size: 15px;
      text-align: center;
    }
  
    .regi-rgt a {
      font-size: 15px;
      padding: 12px 16px;
      width: 100%;
      text-align: center;
      display: block;
    }
  
    /* Testimonials */
    .wht-master.mas4 h3 {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 30px;
    }
  
    .wht-master.mas4 ul li p {
      font-size: 15px;
      line-height: 24px;
    }
  
    /* FAQ */
    .faq h3 {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 28px;
    }
  
    .accordion-header {
      font-size: 16px;
      padding: 18px 0;
    }
  
    .accordion-icon {
      font-size: 22px;
      min-width: 30px;
    }
  
    .accordion-content p {
      font-size: 15px;
      line-height: 24px;
    }
  
    .curious {
      margin-top: 40px;
    }
  
    .curious a {
      font-size: 15px;
      padding: 13px 16px;
    }
  
    /* About Winteg */
    .abt-winteg h3 {
      font-size: 30px;
      line-height: 38px;
    }
  
    .abt-winteg p {
      font-size: 16px;
    }
  
    .abt-winteg a {
      font-size: 15px;
      padding: 13px 16px;
      margin-top: 10px;
    }
  
    /* Footer */
    .ftop {
      gap: 16px;
      flex-direction: column;
      align-items: center;
    }
  
    .fbtm ul {
      gap: 12px;
    }
  
    .fbtm {
      font-size: 12px;
    }
  
    /* After Program */
    .after-program section.what-it.w3 {
      border-radius: 8px;
      padding: 35px 0;
    }
  
    .what-it.w3 .wht-rgt a {
      font-size: 15px;
      padding: 13px 16px;
      display: block;
      text-align: center;
    }
  
    .what-it.w3 .wht-rgt ul li {
      font-size: 17px;
    }
  }
  
  /* ==========================================================================
     479px — Standard Phones
     ========================================================================== */
  @media (max-width: 479px) {
    .container,
    .row {
      width: 92%;
    }
  
    /* Header */
    #header {
      padding: 12px 0;
    }
  
    .top-hdr {
      justify-content: space-between;
      gap: 12px;
    }
  
    .top-rgt a {
      font-size: 14px;
      padding: 10px 14px;
    }
  
    /* Banner */
    .banner-slider {
      padding: 40px 0 35px;
    }
  
    .ban-cnt h1 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 25px;
    }
  
    .ban-cnt h3 {
      font-size: 10px;
      gap: 10px;
      margin-bottom: 15px;
    }
  
    .ban-cnt p {
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 0;
    }
  
    .ban-cnt > span {
      font-size: 10px;
      letter-spacing: 1.5px;
    }
  
    .ban-cnt-2 {
      padding: 18px;
    }
  
    .ban-cnt-2 p {
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 14px;
    }
  
    .ban-cnt-2 a {
      font-size: 14px;
      padding: 11px 14px;
      width: 100%;
      text-align: center;
      display: block;
    }
  
    /* Section titles */
    .s-tit {
      font-size: 11px;
      letter-spacing: 1.5px;
      gap: 12px;
      margin-bottom: 18px;
    }
  
    .s-tit::before {
      width: 40px;
    }
  
    /* Sections padding */
    .the-problem,
    .wht-master,
    .program-director,
    .faq,
    .abt-winteg {
      padding: 40px 0;
    }
  
    .what-it {
      padding: 40px 0;
    }
  
    .methodol {
      padding: 40px 0;
    }
  
    /* The Problem */
    .pro-rgt h3 {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 18px;
    }
  
    .pro-rgt h4 {
      font-size: 18px;
      line-height: 28px;
      margin: 20px 0;
    }
  
    .pro-rgt p {
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 16px;
    }
  
    .pro-rgt a {
      font-size: 14px;
      padding: 11px 14px;
      display: block;
      text-align: center;
    }
  
    /* What It Is */
    .wht-lft h3 {
      font-size: 26px;
      line-height: 34px;
    }
  
    .wht-lft h4 {
      font-size: 24px;
      line-height: 28px;
      padding-right: 0;
    }
  
    .wht-lft p {
      font-size: 15px;
      margin-bottom: 16px;
    }
  
    .wht-lft p span {
      font-size: 16px;
    }
  
    .wht-lft a {
      font-size: 14px;
      padding: 11px 14px;
      display: block;
      text-align: center;
    }
  
    .wht-rgt {
      padding: 18px;
    }
  
    .wht-rgt ul li {
      font-size: 15px;
      padding-left: 26px;
    }
  
    .wht-rgt.wht-rgt1 ul li {
      font-size: 16px;
    }
  
    /* Six Capabilities */
    .wht-master h3 {
      font-size: 26px;
      line-height: 34px;
    }
  
    .wht-master > .row > p {
      font-size: 15px;
    }
  
    .wht-master img {
      margin-bottom: 25px;
    }
  
    .wht-master ul li h4 {
      font-size: 17px;
      line-height: 20px;
      margin-bottom: 0;
    }
  
    .wht-master ul li p {
      font-size: 15px;
      line-height: 22px;
    }
  
    .wht-master ul li span {
      font-size: 15px;
    }
  
    /* How It Works */
    .wht-master.mas2 ul li h4 {
      font-size: 38px;
      line-height: 38px;
    }
  
    .wht-master.mas2 ul li h4 span {
      font-size: 16px;
      line-height: 32px;
    }
  
    .wht-master.mas2 ul li h5 {
      font-size: 13px;
    }
  
    .wht-master.mas2 ul li p {
      font-size: 15px;
    }
  
    /* Methodology */
    .meth-lft h2 {
      font-size: 22px;
      line-height: 28px;
    }
  
    .meth-lft p,
    .meth-rgt ul li {
      font-size: 15px;
      line-height: 22px;
    }
  
    /* Testimonials */
    .wht-master.mas4 h3 {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 25px;
    }
  
    .wht-master.mas4 ul li p {
      font-size: 14px;
      line-height: 22px;
      margin-top: 25px;
      margin-bottom: 22px;
    }
  
    .cl-ct h3 {
      font-size: 13px;
    }
  
    .cl-ct p {
      font-size: 11px;
    }
  
    .cl img {
      width: 42px;
      height: 42px;
    }
  
    /* Program Director */
    .pro-cnt h1 {
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 18px;
    }
  
    .pro-cnt p {
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 16px;
    }
  
    .program-director h4 {
      font-size: 11px;
      padding-top: 18px;
      letter-spacing: 1px;
      margin-bottom: 18px;
      margin-top: 0;
    }
  
    /* Registration */
    .regi-lft h1 {
      font-size: 28px;
    }
  
    .regi-lft p {
      font-size: 14px;
      text-align: center;
    }
  
    .regi-rgt a {
      font-size: 14px;
      padding: 11px 14px;
      width: 100%;
      text-align: center;
      display: block;
    }
  
    /* FAQ */
    .faq h3 {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 22px;
    }
  
    .fa-pad {
      width: 100%;
    }
  
    .accordion-header {
      font-size: 15px;
      padding: 16px 0;
    }
  
    .accordion-content p {
      font-size: 14px;
      line-height: 22px;
    }
  
    .curious a {
      font-size: 14px;
      padding: 11px 14px;
    }
  
    /* About */
    .abt-winteg h3 {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 18px;
    }
  
    .abt-winteg p {
      font-size: 15px;
    }
  
    .abt-winteg a {
      font-size: 14px;
      padding: 11px 14px;
      display: block;
      text-align: center;
    }
  
    /* Footer */
    footer {
      padding: 32px 0;
    }
  
    .ftop {
      gap: 14px;
      padding-bottom: 22px;
      margin-bottom: 16px;
    }
  
    .fbtm ul {
      gap: 10px;
      flex-direction: column;
      align-items: center;
    }
  
    /* After Program */
    .after-program {
      padding: 30px 0;
    }
  
    .after-program section.what-it.w3 {
      border-radius: 8px;
      padding: 30px 0;
    }
  
    .after-program section.what-it.w3 .wht-rgt ul li {
      font-size: 16px;
    }
  
    .after-program section.what-it.w3 .wht-rgt a {
      font-size: 14px;
      padding: 11px 14px;
      width: 100%;
      text-align: center;
    }
  }
  
  /* ==========================================================================
     320px — Small Phones (e.g. iPhone SE 1st Gen, Galaxy S5)
     ========================================================================== */
  @media (max-width: 320px) {
    .container,
    .row {
      width: 94%;
    }
  
    /* Banner */
    .banner-slider {
      padding: 30px 0 28px;
    }
  
    .ban-cnt h1 {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 20px;
    }
  
    .ban-cnt p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 16px;
    }
  
    .ban-cnt-2 {
      padding: 14px;
      margin-top: 0;
    }
  
    .ban-cnt-2 p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 12px;
    }
  
    .ban-cnt-2 a {
      font-size: 13px;
      padding: 10px 12px;
    }
  
    /* Section titles */
    .s-tit {
      font-size: 10px;
      letter-spacing: 1px;
      gap: 10px;
      margin-bottom: 14px;
    }
  
    .s-tit::before {
      width: 30px;
    }
  
    /* Sections padding */
    .the-problem,
    .wht-master,
    .program-director,
    .faq,
    .abt-winteg,
    .what-it,
    .methodol {
      padding: 32px 0;
    }
  
    /* Problem */
    .pro-rgt h3 {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 14px;
    }
  
    .pro-rgt h4 {
      font-size: 16px;
      line-height: 24px;
      margin: 16px 0;
    }
  
    .pro-rgt p,
    .wht-lft p,
    .wht-master > .row > p,
    .abt-winteg p,
    .meth-lft p,
    .meth-rgt ul li,
    .pro-cnt p {
      font-size: 14px;
      line-height: 20px;
    }
  
    /* What It Is */
    .wht-lft h3 {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 15px;
    }
  
    .wht-lft h4 {
      font-size: 24px;
      line-height: 29px;
    }
  
    .wht-rgt {
      padding: 14px;
    }
  
    .wht-rgt ul li {
      font-size: 14px;
      padding-left: 22px;
    }
  
    .wht-rgt.wht-rgt1 ul li {
      font-size: 14px;
    }
  
    /* Six Capabilities */
    .wht-master h3,
    .abt-winteg h3,
    .faq h3 {
      font-size: 22px;
      line-height: 28px;
    }
  
    .wht-master ul li h4 {
      font-size: 15px;
      line-height: 16px;
      margin-bottom: 0;
    }
  
    .wht-master ul li p,
    .wht-master.mas4 ul li p {
      font-size: 14px;
      line-height: 20px;
      margin: 10px 0 10px 0;
    }
  
    /* How It Works */
    .wht-master.mas2 ul li h4 {
      font-size: 32px;
      line-height: 32px;
    }
  
    .wht-master.mas2 ul li h5 {
      font-size: 12px;
    }
  
    /* Methodology */
    .meth-lft h2 {
      font-size: 20px;
      line-height: 26px;
    }
  
    /* Testimonials */
    .wht-master.mas4 h3 {
      font-size: 22px;
      line-height: 28px;
    }
  
    .cl img {
      width: 36px;
      height: 36px;
    }
  
    .cl-ct h3 {
      font-size: 12px;
    }
  
    .cl-ct p {
      font-size: 10px;
    }
  
    /* Program Director */
    .pro-cnt h1 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 14px;
    }
  
    /* Registration */
    .regi-lft h1 {
      font-size: 24px;
    }
  
    /* Accordion */
    .accordion-header {
      font-size: 14px;
      padding: 14px 0;
    }
  
    .accordion-content p {
      font-size: 13px;
      line-height: 20px;
    }
  
    /* Footer */
    footer {
      padding: 26px 0;
    }
  
    .fbtm {
      font-size: 11px;
    }
  
    .fbtm ul li {
      font-size: 11px;
    }
  
    /* Buttons - universal small size */
    .top-rgt a,
    .ban-cnt-2 a,
    .pro-rgt a,
    .wht-lft a,
    .abt-winteg a,
    .regi-rgt a,
    .curious a {
      font-size: 13px;
      padding: 10px 12px;
    }
    .top-rgt a{font-size: 12px; padding: 8px;}
  }

   
/* ===== RESPONSIVE MEDIA QUERIES ===== */

/* 1336px - Large Desktop */
@media (max-width: 1336px) {
  .hero-section {
      padding: 60px 40px 70px 60px;
  }
  
  .hero-title {
      font-size: 54px;
  }
  
  .hero-title span {
      font-size: 48px;
  }
  
  .whatsapp-title,
  .next-title {
      font-size: 48px;
      line-height: 56px;
  }
  
  .whatsapp-section,
  .next-section {
      padding: 80px 0;
  }
  
  .next-image {
      width: 420px;
  }
  
  .whatsapp-deco svg {
      width: 200px;
      height: 200px;
  }
}

/* 1280px - Standard Desktop */
@media (max-width: 1280px) {
  .hero-section {
      padding: 50px 30px 60px 50px;
      min-height: 380px;
  }
  
  .hero-title {
      font-size: 50px;
  }
  
  .hero-title span {
      font-size: 44px;
  }
  
  .whatsapp-title,
  .next-title {
      font-size: 44px;
      line-height: 52px;
  }
  
  .whatsapp-description,
  .next-description,
  .feature-item {
      font-size: 18px;
  }
  
  .next-image {
      width: 380px;
  }
  
  .next-section .row,
  .next-section {
      gap: 40px;
  }
  
  .what-it.w2 h4 {
      padding-right: 60px;
  }
}

/* 1024px - Tablet Landscape */
@media (max-width: 1024px) {
  .hero-section {
      padding: 40px 30px 50px 40px;
      min-height: 350px;
  }
  
  .hero-content {
      max-width: 100%;
  }
  
  .hero-title {
      font-size: 44px;
  }
  
  .hero-title span {
      font-size: 38px;
  }
  
  .hero-description {
      font-size: 14px;
      max-width: 100%;
  }
  
  .btn-primary,
  .btn-whatsapp,
  .banner-slider.th-you .ban-cnt a {
      font-size: 18px;
      padding: 12px 24px;
  }
  
  .whatsapp-section {
      padding: 60px 30px;
      gap: 30px;
  }
  
  .whatsapp-content {
      max-width: 100%;
  }
  
  .whatsapp-title,
  .next-title {
      font-size: 38px;
      line-height: 46px;
  }
  
  .whatsapp-description,
  .next-description,
  .feature-item {
      font-size: 16px;
      line-height: 24px;
  }
  
  .features-grid {
      gap: 8px 20px;
  }
  
  .whatsapp-deco {
      right: -20px;
      width: 110px;
  }
  
  .whatsapp-deco svg {
      width: 180px;
      height: 180px;
  }
  
  .next-section {
      padding: 60px 30px;
      gap: 32px;
  }
  
  .next-image {
      width: 340px;
  }
  
  .next-section .row {
      gap: 32px;
  }
  
  .banner-slider.th-you .ban-cnt {
      width: 85%;
  }
  
  .banner-slider.th-you .ban-cnt h1 {
      margin-bottom: 40px;
  }
  
  .what-it.w2 h4 {
      padding-right: 40px;
  }
}

/* 768px - Tablet Portrait */
@media (max-width: 768px) {
  .hero-section {
      padding: 40px 24px 50px 24px;
      min-height: 320px;
  }
  
  .hero-title {
      font-size: 36px;
      margin-bottom: 18px;
  }
  
  .hero-title span {
      font-size: 32px;
  }
  
  .section-label {
      gap: 10px;
      margin-bottom: 14px;
  }
  
  .section-label .line {
      width: 30px;
  }
  
  .section-label span {
      font-size: 10px;
      letter-spacing: 2px;
  }
  
  .hero-description {
      font-size: 13px;
  }
  
  .btn-primary,
  .btn-whatsapp,
  .banner-slider.th-you .ban-cnt a {
      font-size: 16px;
      padding: 11px 22px;
  }
  
  .whatsapp-section {
      padding: 50px 24px;
      flex-direction: column;
      gap: 30px;
  }
  
  .section-label-red,
  .section-label-next {
      gap: 10px;
      margin-bottom: 20px;
  }
  
  .section-label-red .line,
  .section-label-next .line {
      width: 60px;
  }
  
  .section-label-red span,
  .section-label-next span {
      font-size: 12px;
      letter-spacing: 2px;
  }
  
  .whatsapp-title,
  .next-title {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 20px;
  }
  
  .whatsapp-description,
  .next-description,
  .feature-item {
      font-size: 15px;
      line-height: 22px;
  }
  
  .features-grid {
      grid-template-columns: 1fr;
      gap: 12px;
      margin-bottom: 28px;
  }
  
  .whatsapp-deco {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      margin-top: 20px;
      display: none;
  }
  
  .whatsapp-deco svg {
      width: 150px;
      height: 150px;
  }
  
  .next-section {
      padding: 50px 24px;
      flex-direction: column-reverse;
      gap: 30px;
  }
  
  .next-section .row {
      flex-direction: column-reverse;
      gap: 30px;
  }
  
  .next-image {
      width: 100%;
      max-width: 400px;
  }
  

  .banner-slider.th-you .ban-cnt p {
      max-width: 100%;
  }
  
  .what-it.w2 h4 {
      padding-right: 20px;
  }
  
  .wht-lft a {
      float: none;
      display: inline-block;
  }
}

/* 639px - Large Mobile */
@media (max-width: 639px) {
  .hero-section {
      padding: 32px 20px 40px 20px;
      min-height: 280px;
  }
  
  .hero-title {
      font-size: 30px;
      margin-bottom: 16px;
  }
  
  .hero-title span {
      font-size: 26px;
  }
  
  .section-label {
      gap: 8px;
      margin-bottom: 12px;
  }
  
  .section-label .line {
      width: 25px;
      height: 1.5px;
  }
  
  .section-label span {
      font-size: 9px;
      letter-spacing: 1.5px;
  }
  
  .hero-description {
      font-size: 12px;
      line-height: 1.6;
      margin-bottom: 6px;
  }
  
  .hero-description + .hero-description {
      margin-bottom: 24px;
  }
  
  .btn-primary,
  .btn-whatsapp,
  .banner-slider.th-you .ban-cnt a {
      font-size: 15px;
      padding: 10px 20px;
      margin-top: 15px;
  }
  
  .whatsapp-section {
      padding: 40px 20px;
  }
  
  .section-label-red,
  .section-label-next {
      gap: 8px;
      margin-bottom: 16px;
  }
  
  .section-label-red .line,
  .section-label-next .line {
      width: 50px;
  }
  
  .section-label-red span,
  .section-label-next span {
      font-size: 11px;
      letter-spacing: 1.5px;
  }
  
  .whatsapp-title,
  .next-title {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 16px;
  }
  
  .whatsapp-description,
  .next-description {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 16px;
  }
  
  .feature-item {
      font-size: 14px;
      gap: 8px;
  }
  
  .feature-item .check-icon {
      font-size: 13px;
  }
  
  .features-grid {
      gap: 10px;
      margin-bottom: 24px;
  }
  
  .btn-whatsapp .wa-icon {
      width: 20px;
      height: 19px;
  }
  
  .whatsapp-deco svg {
      width: 120px;
      height: 120px;
  }
  
  .next-section {
      padding: 40px 20px;
      gap: 24px;
  }
  
  .next-section .row {
      gap: 24px;
  }
  
  .next-image {
      max-width: 100%;
  }
  
  .banner-slider.th-you .ban-cnt h1 {
      margin-bottom: 30px;
      font-size: 32px;
      line-height: 36px;
  }
  
  .banner-slider.th-you .ban-cnt a {
      padding: 15px 18px;
  }
  
  .what-it.w2 h4 {
      padding-right: 10px;
  }
}

/* 479px - Medium Mobile */
@media (max-width: 479px) {
  .hero-section {
      padding: 28px 16px 36px 16px;
      min-height: 260px;
  }
  
  .hero-title {
      font-size: 26px;
      margin-bottom: 14px;
      line-height: 1.2;
  }
  
  .hero-title span {
      font-size: 22px;
  }
  
  .section-label {
      gap: 6px;
      margin-bottom: 10px;
  }
  
  .section-label .line {
      width: 20px;
  }
  
  .hero-description {
      font-size: 11px;
  }
  
  .btn-primary,
  .btn-whatsapp,
  .banner-slider.th-you .ban-cnt a {
      font-size: 14px;
      padding: 9px 18px;
      width: 100%;
      text-align: center;
      justify-content: center;
  }
  
  .whatsapp-section {
      padding: 36px 16px;
  }
  
  .section-label-red,
  .section-label-next {
      gap: 6px;
      margin-bottom: 14px;
  }
  
  .section-label-red .line,
  .section-label-next .line {
      width: 40px;
  }
  
  .section-label-red span,
  .section-label-next span {
      font-size: 10px;
      letter-spacing: 1px;
  }
  
  .whatsapp-title,
  .next-title {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 14px;
  }
  
  .whatsapp-description,
  .next-description {
      font-size: 13px;
      line-height: 19px;
      margin-bottom: 14px;
  }
  
  .feature-item {
      font-size: 13px;
      gap: 7px;
  }
  
  .features-grid {
      gap: 8px;
      margin-bottom: 20px;
  }
  
  .whatsapp-deco svg {
      width: 100px;
      height: 100px;
  }
  
  .next-section {
      padding: 36px 16px;
      gap: 20px;
  }
  
  .next-section .row {
      gap: 20px;
  }
  
  .banner-slider.th-you .ban-cnt h1 {
      margin-bottom: 24px;
      font-size: 32px;
      line-height: 36px;
  }
  
  .what-it.w2 h4 {
      padding-right: 0;
  }
}

/* 320px - Small Mobile */
@media (max-width: 320px) {
  .hero-section {
      padding: 24px 12px 32px 12px;
      min-height: 240px;
  }
  
  .hero-title {
      font-size: 22px;
      margin-bottom: 12px;
  }
  
  .hero-title span {
      font-size: 19px;
  }
  
  .section-label {
      gap: 5px;
      margin-bottom: 8px;
  }
  
  .section-label .line {
      width: 18px;
      height: 1px;
  }
  
  .section-label span {
      font-size: 8px;
      letter-spacing: 1px;
  }
  
  .hero-description {
      font-size: 10px;
      line-height: 1.5;
  }
  
  .btn-primary,
  .btn-whatsapp,
  .banner-slider.th-you .ban-cnt a {
      font-size: 13px;
      padding: 8px 16px;
  }
  
  .whatsapp-section,
  .next-section {
      padding: 32px 12px;
      gap: 16px;
  }
  
  .section-label-red,
  .section-label-next {
      gap: 5px;
      margin-bottom: 12px;
  }
  
  .section-label-red .line,
  .section-label-next .line {
      width: 35px;
  }
  
  .whatsapp-title,
  .next-title {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 12px;
  }
  
  .whatsapp-description,
  .next-description {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 12px;
  }
  
  .feature-item {
      font-size: 12px;
      gap: 6px;
  }
  
  .feature-item .check-icon {
      font-size: 12px;
  }
  
  .features-grid {
      gap: 6px;
      margin-bottom: 16px;
  }
  
  .btn-whatsapp .wa-icon {
      width: 18px;
      height: 17px;
  }
  
  .whatsapp-deco svg {
      width: 80px;
      height: 80px;
  }
  
  .next-section .row {
      gap: 16px;
  }
  
  .banner-slider.th-you .ban-cnt h1 {
      margin-bottom: 20px;
      font-size: 32px;
      line-height: 36px;
  }
  
  .banner-slider.th-you .ban-cnt a {
      padding: 12px 16px;
  }
}
 

/* ===== RESPONSIVE MEDIA QUERIES ===== */

/* 1336px - Large Desktop */
@media (max-width: 1336px) {
  .ban-cnt-2 ul li {
      font-size: 22px;
      padding-left: 23px;
      background-position: left top 14px;
  }
  
  .banner-slider.th-you .ban-cnt-2 p {
      font-size: 22px;
      line-height: 30px;
  }
  
  .banner-slider.th-you .ban-cnt-2 {
      width: 420px;
      bottom: 24px;
  }
  
  .banner-slider.th-you .ban-cnt h4 {
      font-size: 44px;
      line-height: 44px;
      margin-bottom: 36px;
  }
  .banner-slider.th-you .ban-cnt {
    width: 58%;
  }
}

/* 1280px - Standard Desktop */
@media (max-width: 1280px) {
  .ban-cnt-2 ul li {
      font-size: 20px;
      padding-left: 22px;
      background-position: left top 13px;
      background-size: 14px;
  }
  .banner-slider.th-you .ban-cnt {
    width: 53%;
  }
  
  .banner-slider.th-you .ban-cnt-2 p {
      font-size: 20px;
      line-height: 28px;
  }
  
  .banner-slider.th-you .ban-cnt-2 {      width: 400px;
      bottom: 22px;
  }
  
  .banner-slider.th-you .ban-cnt h4 {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 32px;
  }
}

/* 1024px - Tablet Landscape */
@media (max-width: 1024px) {
  .ban-cnt-2 ul li {
      font-size: 18px;
      padding-left: 20px;
      margin-bottom: 8px;
      background-position: left top 12px;
      background-size: 13px;
  }
  
  .banner-slider.th-you .ban-cnt-2 p {
      font-size: 18px;
      line-height: 26px;
  }
  
  .banner-slider.th-you .ban-cnt-2 {
      width: 360px;
      bottom: 20px;
      position: absolute;
      right: 0;
  }
  
  .banner-slider.th-you .ban-cnt h4 {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 28px;
  }
}

/* 768px - Tablet Portrait */
@media (max-width: 768px) {
  .ban-cnt-2 ul li {
      float: none;
      font-size: 16px;
      padding-left: 18px;
      margin-bottom: 8px;
      background-position: left top 10px;
      background-size: 12px;
  }
  
  .banner-slider.th-you .ban-cnt-2 p {
      font-size: 16px;
      line-height: 24px;
  }
  
  .banner-slider.th-you .ban-cnt-2 {order: 1;
      width: 100%;order: 1;
      max-width: 340px;
      bottom: 18px;
  }
  
  .banner-slider.th-you .ban-cnt h4 {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 24px;
  }
  .banner-slider.th-you .ban-cnt, .banner-slider.th-you .ban-cnt {
    width: 100%;
}
.banner-slider.th-you .ban-cnt-2{position: relative;left: 0;max-width: 100%;margin-top: 30px;}
.banner-slider.th-you .row{align-items: center;     /* Vertical centering */
  justify-content: center; /* Horizontal centering */
    }
}


@media (max-width: 767px) {
  .m-menu {
    display: block;
  }
  .wht-master ul li h4 br{display: none;}
  .pro-lft img{border-radius: 32px;}
  /* .top-rgt a{display: none;} */
  .m-menu a{display: block;}  
  .top-rgt a:hover{background: none;}
  .logo img{width: 100px;}
  .pro-cnt p:first-of-type{margin-bottom: 20px;}
  .slide1{width: 100px;}
  .ban-cnt > span{display: none;}
.ban-cnt-3{display: block;}.after-program section.what-it.w3 .wht-rgt{border: none;padding: 0;margin-top: 10px;}
.wht-master.mas4 ul li::before{top: 20px;left: 0;}
.pro-lft {
  width: 100%;
}.wht-master.mas4 ul li .cl .cl-ct p{margin-top: 0;}
.the-problem .row {
  flex-direction: column;
  gap: 40px;
}
.pro-rgt{width: 100%;}
.after-program section.what-it.w3 .wht-lft p{line-height: 22px;}
.wht-master h3{margin-bottom: 15px;}
}
/* 639px - Large Mobile */
@media (max-width: 639px) {
  .ban-cnt-2 ul li {
      font-size: 15px;
      padding-left: 16px;
      margin-bottom: 6px;
      background-position: left top 9px;
      background-size: 11px;
      .pro-lft img {
        border-radius: 16px;
      }
  }
  
  .banner-slider.th-you .ban-cnt-2 p {
      font-size: 15px;
      line-height: 22px;
  }
  
  .banner-slider.th-you .ban-cnt-2 {
      width: 100%;
      max-width: 100%;
      bottom: 16px;order: 1;
      padding: 20px;
  }
  
  .banner-slider.th-you .ban-cnt h4 {
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 20px;
  }
  .what-it.w2 .wht-rgt ul li::before {
    top: 14px;
  }
  .wht-rgt ul li::before{top: 10px;}
}

/* 479px - Medium Mobile */
@media (max-width: 479px) {
  .ban-cnt-2 ul li {
      font-size: 14px;
      padding-left: 15px;
      margin-bottom: 6px;
      background-position: left top 8px;
      background-size: 10px;
  }
  .pro-lft img {
    border-radius: 12px;
  }
  
  .banner-slider.th-you .ban-cnt-2 p {
      font-size: 14px;
      line-height: 20px;
  }
  
  .banner-slider.th-you .ban-cnt-2 {
      bottom: 14px;
      padding: 16px;order: 1;
  }
  
  .banner-slider.th-you .ban-cnt h4 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 18px;
  }
}

/* 320px - Small Mobile */
@media (max-width: 320px) {
  .ban-cnt-2 ul li {
      font-size: 12px;
      padding-left: 14px;
      margin-bottom: 5px;
      background-position: left top 7px;
      background-size: 9px;
  }
  
  .banner-slider.th-you .ban-cnt-2 p {
      font-size: 12px;
      line-height: 18px;
  }
  
  .banner-slider.th-you .ban-cnt-2 {
      bottom: 12px;
      padding: 20px;order: 1;
  }
  
  .banner-slider.th-you .ban-cnt h4 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 16px;
  }
}