.at-magazines {
    position: relative;
    margin-bottom: 3rem;
    padding: 15px 30px;
}

.variantDefault .at-magazines::before {
    position: absolute;
    content: '';
    top: 30px;
    margin: 0 -15px;
    height: 95%;
    width: 100%;
    background: #eafbfd;
}

.at-magazines__title {
    color: var(--pink);
}

.at-magazine__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}

.at-magazine {
    position: relative;
    margin-bottom: 30px;
}

.at-magazine__link,
.at-magazine__link:hover {
    display: block;
    text-decoration: none;
}

.at-magazine__image {
    display: block;
    width: 100%;
}

.at-magazine__button {
    margin: .5em auto;
    display: block;
    text-align: center;
    background: #fff;
}

@media (min-width: 568px) {
    .at-magazine {
        flex: 0 1 calc(33.333% - 20px);
    }
}
