.location-slide-style .sppb-carousel-extended-item {
    position: relative;
    max-width: 376px;
}

.location-slide-style .sppb-carousel-extended-item img {
    border-radius: 16px;
}

.location-slide-style .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
    padding: 35px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24.49%, #0e6337 100%);
}

.location-slide-style {
    position: relative;
}

.location-slide-style:after,
.location-slide-style:before {
    content: "";
    position: absolute;
    height: 110%;
    width: 30%;
    max-width: 300px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.location-slide-style:before {
    left: 0%;
    background-image: none;
}

.location-slide-style:after {
    right: 0%;
    background-image: none;
}

@media (max-width: 1440px) {
    .location-slide-style {
        width: 120%;
        left: -10%;
        max-width: 1800px;
    }

    .location-slide-style:after,
    .location-slide-style:before {
        width: 20%;
        max-width: 200px;
    }

    .location-slide-style:before {
        left: 5%;
    }

    .location-slide-style:after {
        right: 5%;
    }
}

@media (max-width: 991px) {
    .location-slide-style {
        width: 100%;
    }

    .location-slide-style:before {
        display: none;
    }

    .location-slide-style:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .location-slide-style .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
        padding: 25px;
    }
}