/**
 * Rolex landing — M3 Welcome (two-column intro layout only).
 * Typography → rolex-typography.css (CON-5b).
 */

.rolex-wrapper .rolex-landing-seo-h1 {
    display: none !important;
}

.rolex-wrapper .rolex-collection-text.cols-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-collection-text.cols-2 {
        flex-direction: row;
    }

    .rolex-wrapper .rolex-collection-text.cols-2 > * {
        flex-basis: 50%;
        width: 50%;
    }
}

.rolex-wrapper .rolex-collection-text.cols-2 > * {
    padding-top: 0;
}
