.block-cbg-our-recent-projects .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.block-cbg-our-recent-projects .h1 {
    margin-bottom: 40px;
}

.block-cbg-our-recent-projects .slider-window-image {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid #fff;
}

.block-cbg-our-recent-projects .slider-window-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid #fff;
}

.block-cbg-our-recent-projects .slider-window-image .city {
    color: var(--Secondary-100, #CF2B24);
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #fff;
    padding: 16px 24px;
    border-bottom-left-radius: 32px;
}

.block-cbg-our-recent-projects .slider-window-image .city::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    border-radius: 24px;
    box-shadow: 25px 25px 0 0 #fff;
    transform: rotate(269deg);
    left: -50px;
}

.block-cbg-our-recent-projects .slider-window-image .city::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -50px;
    border-radius: 24px;
    box-shadow: 25px 25px 0 0 #fff;
    transform: rotate(270deg);
    right: 0;
}

.block-cbg-our-recent-projects .see_project_details-link {
    position: absolute;
    bottom: -2px;
    left: -2px;
    background-color: #fff;
    padding: 11px 11px 8px 11px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
}




.block-cbg-our-recent-projects .see_project_details-link::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    border-radius: 24px;
    box-shadow: 25px 25px 0 0 #fff;
    transform: rotate(90deg);
    right: -50px;
}

.block-cbg-our-recent-projects .see_project_details-link::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -50px;
    border-radius: 24px;
    box-shadow: 25px 25px 0 0 #fff;
    transform: rotate(90deg);
    left: 0;
}

.block-cbg-our-recent-projects .see_project_details {
    color: var(--Primary-100, #061735);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 18px;
    border-radius: 32px;
    display: inline-flex;
    text-decoration: none;
    z-index: 2;
}

.block-cbg-our-recent-projects .see_project_details:hover {
    background: #cf2b24;
    color: #fff;
    position: relative;

}

.block-cbg-our-recent-projects .slider-window .subtitle {
    margin-top: 48px;
    margin-bottom: 24px;
}

.slick-slider ul.slick-dots {
    margin-top: 31px;
}

.block-cbg-our-recent-projects .description p {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.block-cbg-our-recent-projects .button {
    margin-top: 40px;
}

.block-cbg-our-recent-projects ul.facts_about_us {
    margin: 104px 0 0 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.block-cbg-our-recent-projects ul.facts_about_us .facts-in_numbers {
    color: var(--Secondary-100, #CF2B24);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    width: 159px;
    display: inline-flex;
}


.block-cbg-our-recent-projects ul.facts_about_us .facts-text {
    color: var(--Primary-100, #061735);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}

.block-cbg-our-recent-projects ul.facts_about_us li {
    display: flex;
    align-items: center;
}

.block-cbg-our-recent-projects .slick-slider ul.slick-dots {
    margin-top: 31px;
}

@media screen and (max-width:992px) {
    .block-cbg-our-recent-projects .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .block-cbg-our-recent-projects .h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .block-cbg-our-recent-projects .button {
        margin-top: 20px;
    }

    .block-cbg-our-recent-projects ul.facts_about_us .facts-in_numbers {
        width: 133px;
        min-width: 133px;
        font-size: 32px;
        line-height: 42px;
    }

    .block-cbg-our-recent-projects ul.facts_about_us {
        margin: 65px 0 0 0;
        gap: 24px;
    }

    .block-cbg-our-recent-projects .slider-window {
        margin-top: 63px;
    }

    .block-cbg-our-recent-projects .slider-window-image .city {
        font-size: 20px;
        padding: 13px 15px 15px 20px;
        border-bottom-left-radius: 16px;
    }

    .block-cbg-our-recent-projects .slider-window-image img {
        min-height: 377px;
    }

    .block-cbg-our-recent-projects .see_project_details-link {
        padding: 16px 6px 6px 0;
    }

    .block-cbg-our-recent-projects .slider-window-image {
        border-radius: 16px;
    }

    .block-cbg-our-recent-projects .see_project_details-link::before,
    .block-cbg-our-recent-projects .slider-window-image .city::before,
    .block-cbg-our-recent-projects .see_project_details-link::after,
    .block-cbg-our-recent-projects .slider-window-image .city::after {
        border-radius: 16px;
    }

    .block-cbg-our-recent-projects .see_project_details-link {
        border-top-right-radius: 16px;
    }

    .block-cbg-our-recent-projects .slider-window .subtitle {
        margin-top: 32px;
    }

    .block-cbg-our-recent-projects .slick-slider ul.slick-dots {
        margin-top: 22px;
    }
}