 .sb-hero-banner {
      background: linear-gradient(135deg, #0f2e03 0%, #061401 100%);
      padding: 80px 24px;
      text-align: center;
      border-bottom: 1px solid var(--sb-border-color);
      position: relative;
    }
    
    .sb-badge {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.95);
      color: #0c2303;
      font-size: 13px;
      font-weight: 600;
      padding: 6px 18px;
      border-radius: 50px;
      margin-bottom: 24px;
      border: 1px solid rgba(93, 161, 44, 0.3);
    }
    
    .sb-hero-title {
      font-size: 50px;
      font-weight: 700;
      font-style: italic;
      margin-bottom: 16px;
      letter-spacing: -0.5px;
      color: #fff;
    }
    
    .sb-hero-desc {
      font-size: 16px;
      max-width: 680px;
      margin: 0 auto;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.6;
    }
@media(max-width:768px){
 .sb-hero-title {
    font-size: 35px;
}   
}