.section-banner-offer {
    background: linear-gradient(90deg, #f6a63c, #f7b24a);
    color: white;
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    max-width: 1600px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

.section-banner-offer h2 {
    font-size: 2.8rem;
    font-weight: 400;
    margin: 0;
    font-family: "Satisfy", cursive;
}

.section-banner-offer h3 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.section-banner-offer p {
    font-size: 2.2rem;
    margin: 10px 0 15px;
    line-height: 115.99999999999999%;
    letter-spacing: -2%;
}

.section-banner-offer .note p{
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 15px;
    opacity: 0.9;
}

@media screen and (min-width: 768px) {

    .section-banner-offer .divider {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-banner-offer .divider::before,
    .section-banner-offer .divider::after {
        content: "";
        flex: 1;
        border-bottom: 2px solid white;
        margin: 0 15px;
    }

    .note {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1500px) {
    .section-banner-offer {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .section-banner-offer {
        margin: 6vw 1rem;
        width: 90%;
    }
    .section-banner-offer p {
        font-size: 1.4rem;
    }
    .section-banner-offer .note p {
        font-size: 0.8rem;
    }
}