.colored-value-propositions {
    display: flex;
    gap: 25px;
}

.colored-value-propositions .card__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    color: inherit;
}

.colored-value-propositions .card__description {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 25px;
    color: inherit;
}

.colored-value-propositions .card__link a {
    text-decoration: none;
    color: inherit;
}

.colored-value-propositions .card__link a span[class^="icon"] {
    font-size: 50px;
}

@media only screen and (max-width: 1200px) {
    .colored-value-propositions {
        flex-flow: column;
        width: 100%;
        gap: 15px;
        padding: 0;
    }
}
