.cards-with-icon .cards-with-icon__block {
    background: #FFFFFF;
    box-shadow: 0px 149px 60px rgba(184, 184, 184, 0.01), 0px 84px 50px rgba(184, 184, 184, 0.05), 0px 37px 37px rgba(184, 184, 184, 0.09), 0px 9px 20px rgba(184, 184, 184, 0.1);
    border-radius: 30px;
    padding: 32px;
}

.cards-with-icon .cards-with-icon__block-title,
.cards-with-icon .cards-with-icon__text {
    color: #2A2A37;
}

.cards-with-icon .cards-with-icon__block-title {
    margin-top: 90px;
    margin-bottom: 16px;
    font-size: 27px;
    margin-bottom: 16px;
}

.cards-with-icon .cards-with-icon__text {
    margin-top: 0;
    font-size: 24px;
}

.cards-with-icon .cards-with-icon__icon {
    width: 40px;
    height: 40px;
}

.cards-with-icon .cards-with-icon__blocks {
    gap: 20px;
}

.cards-with-icon .cards-with-icon__register {
    width: 380px;
}

@media screen and (max-width: 600px) {
    .cards-with-icon .cards-with-icon__block {
        padding: 20px;
    }

    .cards-with-icon .cards-with-icon__register {
        width: 100%;
    }

    .cards-with-icon .cards-with-icon__block-title {
        font-size: 24px;
        margin-top: 40px;
    }

    .cards-with-icon .cards-with-icon__text {
        font-size: 18px;
    }
}
