.at-highlightedItem {
    padding-bottom: 0;
}

.at-highlightedItem__inner {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.at-highlightedItem__image {
    display: block;
    margin: 0 auto;
}

/** Overwrite Prodesign option image rounded corners **/
.at-highlightedItem .at-highlightedItem__image {
    border-radius: 0;
}

.at-highlightedItem__title {
    margin: 0 0 .7rem;
}

.at-highlightedItem__titleLink,
.at-highlightedItem__link,
.at-highlightedItem__link:hover::after {
    text-decoration: none;
}

.at-highlightedItem__textColumn {
    max-width: 30rem;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.at-highlightedItem__textColumn p {
    margin-bottom: 1em;
}

.at-highlightedItem__link::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
}

@media (min-width: 900px) {
    .at-highlightedItem__inner {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .at-highlightedItem--right .at-highlightedItem__inner {
        flex-direction: row-reverse;
    }

    .at-highlightedItem__textColumn {
        flex: 1;
        margin: 0;
        text-align: left;
    }

    .at-highlightedItem--left .at-highlightedItem__textColumn {
        margin-left: 1.6em;
    }

    .at-highlightedItem--right .at-highlightedItem__textColumn {
        margin-right: 1.6em;
    }
}
