.section-guarantee-block .item {
    padding: 20px;
    background: var(--color-grey-8);
    border: var(--border-style-1);
    border-radius: 12px;
}

.section-guarantee-block .item .icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background:var(--color-grey-6);
}

.section-guarantee-block .item .icon img {
    height: 20px;
}

.section-guarantee-block .items .item:last-child {
    background: var(--color-purple-1);
    border: var(--border-style-3);
}
.section-guarantee-block .items .item:last-child .icon{
    background: var(--color-purple-2);
}
.section-advantages-block .item .text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-grey-3);
}
.section-guarantee-block .items .item:last-child .text{
    color: #C7D2FEB2;
}

.section-guarantee-block .cta{
    padding: 32px 24px;
    background: var(--color-purple-2);
    border: var(--border-style-3);
    border-radius: 16px;
}
.section-guarantee-block .cta .header{
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    color: var(--color-purple);
}
.section-guarantee-block .cta .text{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    color: var(--color-grey);
}
.section-guarantee-block .cta .btn{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    background: linear-gradient(85.72deg, #6366F1 0.73%, #393B8B 100%);
    height: 48px;
}

@media (min-width: 1200px) {
    .section-guarantee-block .cta .btn{
        padding: 0 32px;
    }
    .section-guarantee-block .section-header .h2{
        margin-bottom: 24px;
    }
    .section-advantages-block .item .header{
        margin-bottom: 12px;
    }
    .section-guarantee-block .cta .header{
        font-size: 24px;
        line-height: 24px;
    }
    .section-guarantee-block .cta .text {
        font-size: 18px;
        line-height: 18px;
    }
    .section-guarantee-block .cta{
        position: absolute;
        left: calc(var(--bs-gutter-x )/ 2);
        bottom: 0;
        max-width: 600px;
    }
    .section-guarantee-block .row .col-12{
        position: unset;
    }
}