.top-subjects__header {
    margin-top: 0;
}

/**
 * Cards
 */
.top-subjects .top-subjects__header + .cards {
    margin-top: 2rem;
}

/**
 * Card
 */
.top-subjects .card--button {
    border-radius: 0;
}

.top-subjects .card__body,
.top-subjects .card__footer {
    padding: 0;
}

.top-subjects .card__body {
    padding-top: 1rem;
}

.top-subjects .card__icon {
    width: 4rem;
    pointer-events: none;
}

.top-subjects .card__visual {
    aspect-ratio: 16 / 9;
    width: 61%;
}

.top-subjects.section:not(.section--color) .card:not(.card--color).card--image-none .card__body {
    padding-top: 0;
}

.top-subjects .card__button {
    margin-top: 0;
}

.top-subjects .card__title-link {
    align-items: center;
    display: flex;
    padding: 0 0.5rem;
}

.top-subjects .card__title {
    margin-top: 0;
}

.top-subjects .card__title-link .card__title {
    flex-grow: 1;
    order: 0;
}

@media (min-width: 62rem) {
    .top-subjects .card__visual {
        width: 66%;
    }
}
