.swiper {
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity:.3;
    transition: opacity 0.5s ease;
    height: auto !important;
    margin-bottom: 30px;
    padding: 20px;
    transition: all .2s ease-in-out;
    transform: scale(.9);

    /*
    background: #214721;
    box-shadow: 1px 10px 22px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 10px 22px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 10px 22px 0px rgba(0,0,0,0.2);
    */

}

.testimonial_slider .swiper-button-next,
.testimonial_slider .swiper-button-prev {
    color: #E40D2D;
}

.testimonial_slider .swiper-button-next:after,
.testimonial_slider .swiper-button-prev:after {
    font-size: 22px;
}


.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.test_holder {
    background: RGB(0,0,0,0);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom:10px;
}

.test_content {
    font-weight:normal;
    font-size: clamp(14px, 3vw, 18px);
    line-height: 1.3;
    letter-spacing:.5px;
    margin:0;
    /* color: #fff; */
}

.test_name {
    font-weight:700;
    font-size:16px;
    line-height: 1.5 !important;
    color: #E40D2D;
}

.test_location {
    font-weight:400;
    font-size: .8em;
    font-style: italic;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}