.nad-booster-hero-wrapper-29875 {
    background-color: #FFC107;
    width: 100%;
    padding: 80px 40px;
    box-sizing: border-box;
    font-family: 'Helvetica', 'Inter', 'Arial Black', sans-serif;
}

.nad-booster-container-29875 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.nad-booster-content-29875 {
    flex: 1;
    min-width: 300px;
    padding-right: 40px;
    box-sizing: border-box;
}

.nad-booster-image-col-29875 {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nad-booster-subtitle-29875 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.nad-booster-heading-29875 {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: #000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.nad-booster-highlight-29875 {
    font-size: 36px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}

.nad-booster-description-29875 {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 40px;
    max-width: 400px;
}

.nad-booster-button-29875 {
    display: inline-block;
    background-color: #000;
    color: #fff !important;
    padding: 18px 36px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.nad-booster-button-29875:hover {
    background-color: #333;
}

.nad-booster-image-29875 {
    max-width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .nad-booster-container-29875 {
        flex-direction: column;
    }
    
    .nad-booster-content-29875 {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .nad-booster-heading-29875 {
        font-size: 48px;
    }
    
    .nad-booster-description-29875 {
        margin-left: auto;
        margin-right: auto;
    }
}