#pk_flex_content .flex_layout.testimonials_swiper {
    color: #363C2E;
}

.flex_layout.testimonials_swiper .testimonials_swiper_inner {
    border-top: 1px solid #000;
    padding-top: 45px;
}

.flex_layout.testimonials_swiper .testimonials_swiper_inner .subtitel .line {
    background: #363C2E;
}

#pk_flex_content .flex_layout.testimonials_swiper .testimonials_swiper_inner .heading {
    color: #363C2E;
    margin-bottom: 0;
}

.flex_layout.testimonials_swiper .swiper {
    overflow: visible;
    margin-top: 60px;
    cursor: grab;
}

.flex_layout.testimonials_swiper .swiper .testimonial_card {
    background: #363C2E;
    padding: 30px;
    color: #FDFBEF;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.flex_layout.testimonials_swiper .swiper .testimonial_card .quote_icon {
    width: 33px;
    height: 32px;
    flex-shrink: 0;
}

.flex_layout.testimonials_swiper .swiper .testimonial_card .review_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.64px;
}

.flex_layout.testimonials_swiper .swiper .testimonial_card .reviewer_info {
    display: flex;
    align-items: center;
    gap: 18px;
}

.flex_layout.testimonials_swiper .swiper .testimonial_card .reviewer_info .reviewer_image {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    overflow: clip;
}

.flex_layout.testimonials_swiper .swiper .testimonial_card .reviewer_info .reviewer_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.flex_layout.testimonials_swiper .swiper .testimonial_card .reviewer_info .reviewer_details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flex_layout.testimonials_swiper .swiper .testimonial_card .reviewer_info .reviewer_details .reviewer_name {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.64px;
}

.flex_layout.testimonials_swiper .swiper .testimonial_card .reviewer_info .reviewer_details .line {
    height: 0.5px;
    width: 155px;
    background: #FDFBEF;
}

.flex_layout.testimonials_swiper .swiper .testimonial_card .reviewer_info .reviewer_details .reviewer_function {
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.56px;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .flex_layout.testimonials_swiper .testimonials_swiper_inner {
        padding-top: 40px;
    }

    .flex_layout.testimonials_swiper .swiper {
        margin-top: 40px;

    }

    .flex_layout.testimonials_swiper .swiper .testimonial_card {
        min-height: auto;
        gap: 20px;
        padding: 20px;
    }
}