.at-themes__inner {
    text-align: center;
}

.at-themes__title {
    margin-bottom: var(--marginSmall);
}

.at-themes__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gutterLarge);
}

.at-themes__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.at-themes__link {
    font-size: var(--h4Size);
    font-family: var(--proximaBold);
    color: var(--baseLight900);
}

.at-themes__link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.at-themes__icon {
    order: -1;
    font-size: calc(2 * var(--h1Size));
    line-height: 1.3;
}

@media (min-width: 768px) {
    .at-themes__list {
        gap: calc(2 * var(--gutterLarge));
    }
}

@media (min-width: 1024px) {
    .at-themes__list {
        gap: calc(3 * var(--gutterLarge));
    }
}
