
.people_about_us_slider {
    height: 540px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.people_about_us_slider_wrapper {
    background: var(--light-green);
    border-radius: 20px 20px 0 0;
    padding: 30px 30px 0 30px;
    overflow: hidden;
    
}

.people_about_us_slider_item_content {
    background: var(--gray);
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.testimonial_no_slider .people_about_us_slider_item{
    margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
    .people_about_us_slider .swiper-wrapper {
        gap: 0;
    }
    .people_about_us_slider {
        height: auto;
    }
    .people_about_us_slider_wrapper {
        padding: 20px;
    }
}