    #cs20b-highlight{
      position:relative; 
      background:url('https://ozelyt.com/candida-support/discover-ozelytcs20b.jpg') no-repeat center/cover;
      padding:90px 20px; 
      text-align:center; 
      color:#fff;
    }
    #cs20b-highlight::before{
      content:""; 
      position:absolute; 
      inset:0; 
      background:rgba(15,20,40,0.6); 
    }
    #cs20b-highlight .content{
      position:relative; 
      max-width:800px; 
      margin:0 auto; 
      z-index:2;
    }
    #cs20b-highlight h2{
      font-size:36px; 
      margin-bottom:16px;
    }
    #cs20b-highlight p{
      font-size:18px; 
      line-height:1.6; 
      margin-bottom:24px; 
      color:#e5e7eb;
    }
    #cs20b-highlight .cta{
      display:flex; 
      justify-content:center; 
      gap:16px; 
      flex-wrap:wrap;
    }
    #cs20b-highlight .btn{
      display:inline-block; 
      padding:14px 22px; 
      border-radius:12px; 
      font-weight:700; 
      border:2px solid #fff; 
      background:#1d4f61; 
      color:#fff; 
      text-decoration:none; 
      transition:.2s;
    }
    #cs20b-highlight .btn:hover{
      background:#0a528a; 
      border-color:#0a528a;
    }
    #cs20b-highlight .btn--ghost{
      background:transparent; 
      color:#fff;
    }
    #cs20b-highlight .btn--ghost:hover{
      background:#fff; 
      color:#1d4f61;
    }