.c-whitepaperList__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
}

.c-whitepaperList__link {
    margin-bottom: 1.5em;
    transform: scale(1.00001);
    transition: transform .4s cubic-bezier(.21,.48,.53,.96);
}

.c-whitepaperList__link:hover {
    transform: scale(1.03) rotate(2deg);
}

.c-whitepaperList__description {
    margin-bottom: 1em;
    flex-grow: 1;
    font-size: var(--size-small);
}

.c-whitepaperList__button {
    font-size: var(--size-small);
}

@media screen and (min-width: 960px) {
    .l-col--4 .c-whitepaperCover__title {
        font-size: var(--size-large);
    }
}
