
.slider-bottom {
    font-size: 20px;
}

.testimonial-img {
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) {
    .slider-bottom {
        font-size: 24px;
    }
}
.slider-bottom .designation {
    font-size: 16px;
    color: black;
    font-weight: 400;
}
.slider-content {
    /*padding: 0px;*/
}

.slider-content p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
    color: #555;
    margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
    .slider-content {
        padding: 0px;
    }
}
@media only screen and (min-width: 992px) {
    .slider-content {
        padding: 0px 20px;
    }

    .testimonial-img{
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider-content {
        padding: 0px 50px;
    }
}
@media only screen and (min-width: 1400px) {
    .slider-content {
        padding: 0px 70px;
    }
}
.slider-content .quote-icon {
    margin-bottom: 20px;
}
.slider_pagination .swiper-pagination-bullet {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #555;
    margin: 0px 5px 0x 0px !important;
    background-color: #f5f5f5;
    opacity: 1;
}
.slider_pagination .swiper-pagination-bullet-active {
    color: #121212;
    border-color: #121212;
}
.slider_pagination .swiper-pagination {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: end;
}
.testimonial-slider-wrapper{
    display: flex;
    flex-direction: column;
}
.testimonialSliderImage{
    flex: 0 0 auto;
    max-width: 325px;
}
.testimonialSliderContent{
    height: fit-content;
    max-width: 100%;
}
@media only screen and (min-width: 992px) {
    .testimonial-slider-wrapper{
        flex-direction: row;
    }
}
