/*--------------------------------------------------------------
  15. Testimonial
----------------------------------------------------------------*/
.cs_testimonial_1_1_quote {
    position: absolute;
    bottom: 50px;
    left: 40%;
}
.cs_testimonial_1_2_quote {
    position: absolute;
    bottom: 60px;
    opacity: 0.3;
    right: 15%;
}
.cs_testimonial.cs_style_1 {
    .cs_testimonial_info {
        gap: 15px;
        > img {
            height: 75px;
            width: 75px;
            object-fit: cover;
            border-radius: 50%;
        }
    }
}
.cs_testimonial.cs_style_2 {
    .cs_testimonial_quote {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
    }
    h3 {
        margin-bottom: 5px;
    }
    p {
        margin-bottom: 10px;
    }
}
.cs_testimonial_2_video_shape {
    position: absolute;
    right: -65px;
    top: -65px;
}
.cs_testimonial_2_video {
    position: relative;

    .cs_video_block.cs_style_1 {
        height: 400px;
        border-radius: 10px;
        .cs_player_btn {
            transform: translateX(-50%) translateY(-50%) scale(0.85);
        }
    }
    &.cs_type_1 {
        .cs_testimonial_2_video_shape {
            left: -65px;
        }
    }
}
