.cards__headline h2 {
    padding-bottom: 0;
}

.cards__headline h2.with-icon {
    padding-bottom: 15px;
}

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

.card__image {
    background: rgb(228, 33, 46);
    width: 59px;
    height: 59px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 35px;
    line-height: 1em;
}

.cards-flex {
    justify-content: center;
}

@media (max-width: 768px) {
    .cards__headline h2.with-icon::before {
        font-size: 55px;
    }
}

@media (min-width: 768px) {
    .card__title {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .card-item {
        margin-top: 40px;
    }

    .card {
        margin-bottom: 20px;
    }

    .card__image {
        margin-bottom: 15px;
    }
}

.get-started {
    margin-top: 30px;
}