.cbg-why-choose-us {
    padding: 80px 0 45px 0;
}

.cbg-why-choose-us .why-choose-us-icon {
    width: 80px;
    height: 80px;
    display: flex;
    background-color: var(--wp--preset--color--custom-1);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.cbg-why-choose-us h2 {
    margin-bottom: 48px;
}

.cbg-why-choose-us .why-choose-us-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.cbg-why-choose-us .why-choose-us-container .why-choose-us-group {
    width: calc(100% - 80px);
    padding-left: 40px;
}

.cbg-why-choose-us .why-choose-us-container .why-choose-us-group .title {
    color: var(--Black, #161616);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}

.cbg-why-choose-us .why-choose-us-container .why-choose-us-group .description {
    color: var(--Black, #161616);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cbg-why-choose-us .why-choose-us-container .why-choose-us-group .description p:last-child {
    margin-bottom: 0;
}

.cbg-why-choose-us .cbg-why-choose-us-video a {
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
}

.cbg-why-choose-us .cbg-why-choose-us-video a::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background: white;
    opacity: 0.5;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cbg-why-choose-us .cbg-why-choose-us-video a::before {
    content: '';
    position: absolute;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='52' viewBox='0 0 46 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.980762 0L45.9808 25.9808L0.980762 51.9615L0.980762 0Z' fill='%23FBC200'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 46px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: calc(50% - 28px);
}

.cbg-why-choose-us .cbg-why-choose-us-video a:hover::after {
    opacity: 0.8;
}

.cbg-why-choose-us .text-description-block {
    margin-top: 17px;
}

@media (max-width:992px) {
    .cbg-why-choose-us {
        padding: 13px 0;
        padding-bottom: 30px;
    }

    .cbg-why-choose-us h2 {
        margin-bottom: 20px;
    }

    .cbg-why-choose-us .why-choose-us-container .why-choose-us-group .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .cbg-why-choose-us .why-choose-us-container .why-choose-us-group .description {
        font-size: 12px;
    }

    .cbg-why-choose-us .why-choose-us-icon {
        width: 60px;
        height: 60px;
        padding: 12px;
    }

    .cbg-why-choose-us .why-choose-us-container .why-choose-us-group {
        width: calc(100% - 60px);
        padding-left: 20px;
    }

    .cbg-why-choose-us .why-choose-us-container {
        margin-bottom: 23px;
    }

    .cbg-why-choose-us .cbg-why-choose-us-video a::after {
        width: 72px;
        height: 72px;
    }

    .cbg-why-choose-us .cbg-why-choose-us-video a::before {
        width: 33px;
        height: 38px;
        right: calc(50% - 40px / 2);
    }

    .cbg-why-choose-us .cbg-why-choose-us-video a {
        border-radius: 10px;
    }
}