

.testimonial_box{
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 80px 10px 60px 10px;
    height: 100%;
}

.testimonial_head{
    text-align: center;
}

.testimonial_head h3, .testimonial_head p{
    margin-bottom: 10px;
}

.testimonial_head img{
    margin-bottom: 20px;
}

.testimonial_user_img {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.testimonial_card-box{
    padding: 90px 0px 60px;
    background: #fff;
    margin: 0px 60px 60px 60px;
    justify-content: center;
}
