﻿.at-imageAndText.--light .articleTitle,
.at-imageAndText.--light * {
    color: #fff;
}

.at-imageAndText__title {
    padding: 0;
}

.at-imageAndText__button.button.sec {
    background-color: #fff;
}

.at-imageAndText__button.button.sec:hover {
    background-color: #000;
}

/**
 * Layout: image on the left
 */

@media (min-width: 668px) {
    .at-imageAndText__contentWrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(min(100%, 256px), 1fr)) !important;
        gap: 2rem;
        align-items: center;
    }

    .at-imageAndText__contentWrapper.--image-left .at-imageAndText__text {
        grid-column: 2;
        grid-row: 1;
    }

    .at-imageAndText__contentWrapper.--image-left .at-imageAndText__images {
        grid-column: 1;
        grid-row: 1;
    }

    .at-imageAndText__images {
        margin-top: 0;
    }
}
