.block-cbg-services-different-geolocations .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.block-cbg-services-different-geolocations .container-provide-top-services {
    border-radius: 32px;
    background: var(--Primary-100, #061735);
    padding: 48px;
}

.block-cbg-services-different-geolocations .container-provide-top-services .h2 {
    color: #fff;
    margin-bottom: 101px;
}

.block-cbg-services-different-geolocations .container-provide-top-services .caption_at_top {
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 32px;
}

.block-cbg-services-different-geolocations .container-provide-top-services .button {
    gap: 12px;
    padding: 12px 16px;
    margin-left: -16px;
}

.block-cbg-services-different-geolocations .category_product-image .container-botton {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 24px;
    padding-left: 24px;
    background-color: #fff;
    border-top-left-radius: 32px;
}

.block-cbg-services-different-geolocations .category_product-image .container-botton::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -50px;
    right: 0;
    border-radius: 32px;
    box-shadow: 25px 25px 0 0 #fff;
}

.block-cbg-services-different-geolocations .category_product-image .container-botton::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: -50px;
    bottom: 0;
    border-radius: 32px;
    box-shadow: 25px 25px 0 0 #fff;
}

.block-cbg-services-different-geolocations .category_product-image {
    position: relative;
    border-radius: 32px 32px 0 32px;
    overflow: hidden;
}

.block-cbg-services-different-geolocations .category_product-image .size-category_picture {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.block-cbg-services-different-geolocations .category-product-slider .slick-slide {
    margin-right: 24px;
}

.block-cbg-services-different-geolocations .category-product-slider .slick-slide:last-child {
    margin-right: 0;
}

.block-cbg-services-different-geolocations .category-product-slider .button {
    min-width: 160px;
}

@media screen and (max-width:992px) {
    .block-cbg-services-different-geolocations .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .block-cbg-services-different-geolocations .container-provide-top-services {
        margin-bottom: 40px;
    }

    .block-cbg-services-different-geolocations .category-product-slider .slick-slide {
        max-width: 293px;
        margin-right: 24px;
    }

    .block-cbg-services-different-geolocations .category-product-slider {
        margin-right: -16px;
        padding-left: 16px;
    }
}