/**
 * Bandeau Optin - Tablet Styles
 * Applied for screens ≥768px
 */

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

.bandeau-optin__content {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
}

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

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

.bandeau-optin__button {
    padding: 1rem 2rem;
    font-size: 0.9375rem;
}

