.testimonial {
    background-image: linear-gradient(to right, #2C78EB , #2CB8FF);
}

.card-head-font {
    color: #818A9C;
    line-height: 0;
}

.card-body-font {
    color: #818A9C;
}

.card {
    border-radius: 25px !important;
    width: 20rem;
    height: auto;
    margin: 5px;
    overflow-y: hidden;
    word-wrap: break-word;
    padding-bottom: 10px;
}
.card-body:hover {
    overflow-y: auto;
}

.card-body::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.card-body::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.card-body {
    margin-bottom: 10px;
    height: 22rem;
}

.testimonial-arrow {
    color: #E0F3FE;
    font-size: 50px;
}

.testimonial-body-mt {
    margin-top: 6%;
}

@media (max-width:1200px) {
    .card {
        border-radius: 25px !important;
        width: 20rem;
        height: 25rem;
        /*margin: 5px;*/
    }
}

@media (max-width:768px){
    .card {
        border-radius: 25px !important;
        width: 16rem;
        height: 25rem;
        /*margin: 5px;*/
    }
    .card:hover {
        overflow-y: auto;
    }
    .card-head-font {
        font-size: 3vw;
    }
    
    .card-body-font {
        font-size: 4vw;
    }
    
    .testimonial-bg {
        /*border: 1px solid black;*/
        margin-top: -1%;
    }
}
