.at-themes {
    margin: 1em auto;
}

.at-themes__article {
    position: relative;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: .7rem;
    border: 1px solid #dbd5d7;
}

.at-themes__article:hover {
    border: 1px solid #c40d58;
}

.at-themes__imageContainer {
    margin-bottom: 1em;
}

.at-themes__image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.at-themes__articleTitleElement {
    margin: 0;
}

.at-themes__textContainer p {
    margin: 1em 0 0 0;
}

.at-themes__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.at-themes__linkUrl {
    position: absolute;
    left: 1em;
    bottom: 1em;
    color: #c40d58;
}

.at-themes__linkUrl::after {
    display: inline-block;
    margin-left: .5em;
    content: '\27a1';
    font-family: 'icons';
}

@media screen and (min-width: 850px) {
    .at-themes__sectionsContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .at-themes .at-themes__article {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .at-themes--2 .at-themes__article {
        margin-right: 1rem;
    }

    .at-themes--3 .at-themes__article {
        margin-right: 1rem;
    }

    .at-themes__article:last-child {
        margin: 0;
    }
}
