.comments_area{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.testimonial_card{
    background: #fff;
    padding: 1.5rem 1.75rem;
    border-radius: 1.5rem;
    width: 450px !important;
    max-width: 100% !important;
    height: 310px !important;
    overflow: hidden;
    box-shadow:  0 0 1rem 0 rgba(153, 157, 169, 0.1);
}
.testimonial_card:hover{
    background: #fff !important;
}
.testimonial_card::-webkit-scrollbar,
.testimonial_card::-webkit-scrollbar-track,
.testimonial_card::-webkit-scrollbar-thumb{
    width:0;
    height: 0;
}
.testimonial_info{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    color: var(--gizem);
    font-size: .8rem;
    font-weight: 500;
}
.testi-date{
    font-weight: 400;
    color: #cecece;
}
.testimonial_name{
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.testimonial_description{
    height: 200px;
    padding: 0 0 .5rem 0;
    overflow: hidden;
    overflow-y: auto;
    margin: 0 0 10px 0;
    font-size: .8rem;
    color: #6c6c6c;
}
.testimonial_description::-webkit-scrollbar,
.testimonial_description::-webkit-scrollbar-track{
    width:2px;
    background-color: transparent;
}
.testimonial_description::-webkit-scrollbar-thumb{
    width:2px;
    background-color: #edf1fd;
}
.swiper-pagination-bullet{
    background-color: #8d00f93e !important;
    opacity: .5;
}
.swiper-pagination-bullet-active{
    background-color: #8e00f9 !important;
}
.swiper {
    height: 400px;
}
@media screen and (max-width:500px) {
    .testimonial_description{
        height: 250px;
    }
    .testimonial_card{
        height: 350px !important;
    }
    .swiper {
        height: 450px;
    }
}
@media screen and (max-width:375px) {
    .testimonial_description{
        height: 300px;
    }
    .testimonial_card{
        height: 400px !important;
    }
    .swiper {
        height: 500px;
    }
}