.block-cbg-why-we-best {
    position: relative
}

.block-cbg-why-we-best>img.size-full {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.block-cbg-why-we-best .container {
    padding-top: 100px;
    margin-bottom: 75px
}

.block-cbg-why-we-best .why_we_are_the_best .icon {
    background-color: var(--Primary-100, #061735);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.block-cbg-why-we-best .why_we_are_the_best {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: var(--Primary-5, linear-gradient(0deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .95) 100%), #061735);
    border-radius: 32px;
    transition: background-color 0.3s ease;
}

.block-cbg-why-we-best .why_we_are_the_best:hover {
    background: var(--Primary-90, linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), #061735);
}

.block-cbg-why-we-best .why_we_are_the_best:hover .icon {
    background: var(--Secondary-90, linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), #CF2B24);
}

.block-cbg-why-we-best .why_we_are_the_best :where(.subtitle, .description) {
    transition: color 0.3s ease;
}

.block-cbg-why-we-best .why_we_are_the_best:hover :where(.subtitle, .description) {
    color: #fff;
}

.block-cbg-why-we-best .container-the_best>div {
    margin-bottom: 25px
}

.block-cbg-why-we-best .container-the_best .description {
    line-height: 22px;
    padding-bottom: 23px;
    animation-duration: 3s;
}

.block-cbg-why-we-best .h1 {
    margin-bottom: 63px;
}

@media screen and (max-width:992px) {
    .block-cbg-why-we-best>img.size-full {
        display: none
    }

    .block-cbg-why-we-best .container {
        padding-top: 64px;
        margin-bottom: 64px
    }

    .block-cbg-why-we-best .container-the_best>div:last-child {
        margin-bottom: 0
    }
}