.text-cards__headlines {
    padding-bottom: 5px;
}

.text-card-item {
    margin-top: 20px;
}

.text-card-flex {
    justify-content: center;
}

.text-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 20px 18px;
    border-radius: 6px;
    background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 0.45) 50%, rgba(235, 235, 235, 1) 100%);
    text-decoration: none;
}

.text-card__link:hover .text-card {
    background: linear-gradient(to bottom, rgba(235, 235, 235, 0.45) 0%, rgba(235, 235, 235, 1) 50%, rgba(235, 235, 235, 0.45) 100%);
}

.text-card h4 {
    padding-bottom: 8px;
    font-size: 24px;
    color: #062D49;
    line-height: 1.291em;
}

.text-cards__bottom {
    padding-top: 25px;
}

.text-card__link,
.text-card__link a {
    color: #1C1C1C;
    text-decoration: none;
    border-bottom: none;
}

@media (min-width: 768px) {
    .text-cards__headlines {
        padding-bottom: 0;
    }

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

    .text-card {
        padding: 25px 20px 24px;
    }

    .text-card h4 {
        font-size: 26px;
    }

    .text-cards__bottom {
        padding-top: 30px;
    }

}

@media (min-width: 1200px) {

    .text-card h4 {
        font-size: 28px;
        padding-bottom: 5px;
    }
}