.text-cards-top-content {
    text-align: center;
}

.text-card-link {
    display: block;
    text-align: center;
    padding: 28px 14px;
    background: #E0E6F3;
    border-radius: 12px;
}

.text-card-item {
    margin-bottom: 30px;
}

.text-card-link h3 {
    font-size: 24px;
    color: #090809;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.text-card-link p {
    font-size: 16px;
    color: #090809;
    margin: 0 0 18px;
}

.text-card-link .btn-tertiary::after {
    font-size: 10px;
    width: 24px;
    height: 24px;
}

.text-cards-top-content h2 {
    margin: 0;
}

.text-cards-top-content {
    margin: 0 0 30px;
}

.video-text + .text-cards {
    padding-top: 0;
}

.text-cards-bottom-content {
    margin-bottom: 50px;
}

@media(min-width: 768px) {
    .text-cards-bottom-content {
        margin-bottom: 30px;
    }

    .text-cards-top-content {
        margin: 0 0 50px;
        position: relative;
    }

    .text-card-item {
        margin-bottom: 50px;
    }

    .text-card-item .btn-tertiary {
        padding: 0 36px 0 0;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .text-card-link p {
        margin: 0;
    }

    .text-card-link {
        position: relative;
        height: 100%;
        padding: 28px 14px 70px 14px;
    }
}



@media(min-width: 1200px) {
    .text-card-link {
        padding: 32px 13px 80px 13px;
    }

    .text-card-item {
        margin-bottom: 0;
    }

    .text-cards-top-content {
        text-align: left;
    }

    .text-cards-top-content a {
        position: absolute;
        right: 0;
        top: 0;
    }

    .text-card-link:hover {
        background: #E0E6F3;
    }

    .text-card-link h3 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
}