.value-props {
    display: flex;
    flex-flow: column nowrap;
}

.value-props__cards {
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
}

.value-props .value-props__card {
    border-radius: 5px;
    padding: 25px;
    flex: 1;
}

.value-props .card__content {
    display: flex;
    flex-flow: column nowrap;
}

.value-props .content__image {
    margin-bottom: 15px;
}

.value-props .content__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}

.value-props .circle__number {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: var(--color-white);
}

.value-props [class^="icon-"],
.value-props [class*=" icon-"] {
    width: fit-content;
    margin-bottom: 15px;
}

.value-props .content__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 5px;
}

.value-props .content__description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

@media only screen and (max-width: 1200px) {
    .value-props__cards {
        flex-flow: column nowrap;
        gap: 15px;
    }
}
