.owl-item_content {
    padding: 10px !important;
}

.img-intro__left,
.img-full__left {
    float: left;
    margin-right: 30px;
    max-width: 100%;
    width: 100%;
}

.img-intro__left img {
    object-fit: cover;
    height: 200px;
    margin-bottom: 15px;
}

.testimonial_flip-card {
    background-color: transparent;
    width: 100%;
    height: 500px;
    perspective: 1000px;
    border: solid 1px #e6e8e8;
}

.testimonial_flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: justify;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.testimonial_flip-card:hover .testimonial_flip-card-inner {
    transform: rotateY(180deg);
}

.testimonial_flip-card-front,
.testimonial_flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.testimonial_flip-card-front {
    color: black;
}

.testimonial_flip-card-back {
    background-color: #cc060d;
    color: white;
    transform: rotateY(180deg);
}

.testimonial_btn {
    background-color: #fe7012;
    padding: 7px 10px;
    color: white;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    margin-left: 30px;
}

.testimonial_btn:hover {
    background-color: #2c2c2c;
    color: white;
}

.testimonial_flip-card-back p {
    padding: 0px 30px 30px 30px;
    text-align: justify;
    font-size: 15px;
    height: 160px;
}

.testimonial_flip-card-back h5 {
    color: white;
    padding: 30px 30px 0px 30px;
}

.rahul-testi .owl-item_content {
    height: 500px !important;
}

.mod_owl_carousel .owl-dots {
    padding-top: 30px;
}

@media (max-width:575px) {
    .social_icon_footer {
        z-index: 99;
    }
    .testimonial_flip-card {
        height: 600px;
    }
    .testimonial_flip-card-back p {
        height: 580px;
    }
    .owl-item_content {
        padding: 10px;
    }
    .rahul-testi .owl-item_content {
        height: 600px !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .social_icon_footer {
        z-index: 99;
    }
    .testimonial_flip-card {
        height: 650px !important;
    }
    .rahul-testi .owl-item_content {
        height: 650px;
    }
    .testimonial_flip-card-back p {
        height: 700px;
    }
    .img-intro__left img {
        margin-bottom: 10px;
    }
    .owl-item_content {
        padding: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .testimonial_flip-card-back p {
        height: 700px;
    }
    .testimonial_flip-card {
        height: 730px !important;
    }
    .rahul-testi .owl-item_content {
        height: 730px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .testimonial_flip-card-back p {
        height: 580px;
    }
    .testimonial_flip-card {
        height: 600px !important;
    }
    .rahul-testi .owl-item_content {
        height: 600px !important;
    }
}