.at-highlightedItem__inner {
    display: flex;
    flex-direction: column;
    background-color: var(--primaryColor500);
}

.at-highlightedItem__contentWrapper {
    padding: 3rem;
    color: var(--baseLight100);
}

.at-highlightedItem__image {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    .at-highlightedItem__inner {
        flex-direction: row-reverse;
    }

    .at-highlightedItem__image {
        max-width: 50%;
    }
}
