
.testimonial {
    margin: 0 10px;
}
.Testimonial-con{
    padding-bottom: 6rem;
}

.testimonial .testimonial-content {
     width: 70%;
     margin: 20px auto;
    position: relative;
}




.testimonial .testimonial-content:after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 20px solid #ca202e;;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.testimonial .description {
    padding: 25px 35px;
    margin: 0;
    border: 1px solid #ca202e;
    text-align: justify;
    background: #ca202e;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    /* color: black; */
    position: relative;
}

.testimonial .description:before,
.testimonial .description:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: #ca202e;
    position: absolute;
}

.testimonial .description:before {
    top: -18px;
    left: 25px;
}

.testimonial .description:after {
    content: "\f10e";
    bottom: -18px;
    right: 25px;
}

.testimonial-profile {
 
    padding: 15px;
    width: 30%;
    border: 1px solid #ca202e;
    border-radius: 20px;
    margin-inline: auto;
    margin-top: 50px;
    /* margin: 0px auto; */
    position: relative;

}




.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ca202e;
    float: left;
    overflow: hidden;
}



.testimonial .title:before {
    content: "";
    width: 1px;
    height: 70px;
    background: #ca202e;
    position: absolute;
    top: -8px;
    left: -15px;
}

.clickbtn{
   margin-top: 30px;
    text-align: center!important;
}
 section .story{
    padding-top: 0px !important;
}



@media only screen and (max-width: 989px) {
 
    .testimonial-profile {
 
        width: 50%;
    }
    .midd-story-col{
        margin-block:30px;
    }

}
@media only screen and (max-width: 766px) {

    .test-main-con{
        padding-top: 0px;
    }
    

}

@media only screen and (max-width: 479px) {
    .testimonial .testimonial-content {
        width: 100%;
   
   }
   .testimonial-profile {
 
    padding: 15px;
    width: 100%;
}
.testimonial .description {
    padding:  18px 14px;
}   
  

    /* .testimonial .testimonial-profile {
        padding: 10px;
    } */
    .testimonial .description:before,
.testimonial .description:after {

    width: 30px;
    height: 33px;
   
}
.testimonial .description {
    padding: 15px;
    text-align: justify;
    font-size: 14px;
}

}

/* ---------------------story-------------------- */
