.bg-grey::after {
    content: '';
    height: calc(100% + 2* 43px);
    display: block;
    width: calc(50vw - 280px);
    position: absolute;
    top: -43px;
    left: calc(605px - 50vw);
    z-index: 0;
    border-radius: 16px;
    background: #E5ECEF;
}

.bg-grey-2::after {
    content: '';
    height: calc(50%);
    display: block;
    width: calc(50vw);
    position: absolute;
    bottom: 37px;
    right: calc(-50vw + 210px);
    z-index: 0;
    background: #E5ECEF;
    border-bottom-left-radius: 16px;
}

.bg-grey-2 > div {
    position: relative;
    z-index: 5;
}

.bg-home-carousel .elementor-element-populated {
    background-position: 80% center !important;
}

.bg-home-carousel .carousel-home img {
    height: 730px;
    object-fit: contain;
}

.carousel-home .swiper-button-prev,
.carousel-home .swiper-button-next {
    background: white;
    opacity: 1;
    height: fit-content;
    padding: 14px 20px;
    border-radius: 10px;
}

.carousel-home .swiper-button-next::after,
.carousel-home .swiper-button-prev::after {
    color: rgba(109, 130, 148, 1);
    font-size: 30px;
}

.carousel-home .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-strech-blue::before {
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    background: #2C4049;
    left: calc(100% - 50vw);
}

@media only screen and (max-width: 768px) {
    .bg-home-carousel .carousel-home img {
        height: 500px;
    }
}