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

.cbg-why-choose-us .why-choose-us-icon {
    display: flex;
    justify-content: center;
}

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

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

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

.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: 10px;
}

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

.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: 75px;
    height: 75px;
    position: absolute;
    z-index: 1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg width='75' height='75' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='37.5' cy='37.5' r='37.5' fill='%2365C8D0'/%3E%3Cpath d='M26.5192 24.6491C26.5192 21.9076 29.487 20.1941 31.8612 21.5649L54.1195 34.4157C56.4938 35.7865 56.4938 39.2133 54.1195 40.5841L31.8612 53.4349C29.487 54.8057 26.5192 53.0923 26.5192 50.3507L26.5192 24.6491Z' fill='white'/%3E%3C/svg%3E ");
}


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



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

    .cbg-why-choose-us {
        background: #e8e8e8;
    }

    .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;
    }
}