/**
 * Bandeau Optin - Desktop Styles
 * Applied for screens ≥1024px
 */

.bandeau-optin__container {
    padding: 1.5rem 2rem;
}

.bandeau-optin__content {
    gap: 3rem;
}

.bandeau-optin__title {
    font-size: 1.75rem;
}

.bandeau-optin__subtitle {
    font-size: 1rem;
}

.bandeau-optin__button {
    padding: 1.125rem 2.5rem;
    font-size: 1rem;
}

.bandeau-optin__button:hover {
    transform: translateY(-3px);
}

