﻿:root {
    --summervibee: linear-gradient(234deg, rgba(255, 186, 132, 0.42) -15.81%, rgba(255, 195, 62, 0.28) 10.74%, rgba(235, 94, 37, 0.23) 25.95%, rgba(231, 38, 123, 0.60) 68.57%);
}

.cbk_reassuance__main {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 24px;
    justify-content: center;
}

.cbk_reassurance__item {
    display: flex;
    column-gap: 15px;
}

.cbk_reassurance__icon {
    border-radius: 5px;
    background: var(--summervibee, linear-gradient(234deg, rgba(255, 186, 132, 0.42) -15.81%, rgba(255, 195, 62, 0.28) 10.74%, rgba(235, 94, 37, 0.23) 25.95%, rgba(231, 38, 123, 0.60) 68.57%));
    border: 1px solid var(--summervibee, rgba(255, 186, 132, 0.70));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cbk_reassurance__content {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    justify-content: center;
    max-width: 240px;
}

.cbk_reassurance__content__title {
    color: var(--blanc);
    font-weight: 500;
}

.cbk_reassurance__content__text {
    color: var(--blanc);
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .cbk_reassuance__main {
        column-gap: 5px;
    }

    .cbk_reassurance__icon {
        height: 30px;
        width: 30px;
    }

        .cbk_reassurance__icon svg {
            height: 20px;
            width: 20px;
        }

    .cbk_reassurance__content {
        max-width: 150px;
        row-gap: 7px;
    }

    .cbk_reassurance__content__title {
        font-size: 13px;
    }

    .cbk_reassurance__content__text {
        font-size: 11px;
        line-height: 1.1
    }

    .cbk_reassurance__item {
        column-gap: 5px;
    }
}
