.testimonials-content-container{
    position: relative;
    height: 400px;
}

.testimonial-content{
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.173);
}

.testimonial-content-paragarph>h1{
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #727272;
    font-size: 2vh;
    line-height: 2.6;
}

.testimonial-content-footer{
    position: relative;

}

.testimonial-content-footer>div:nth-child(1){
    width: 70px;
    height: 70px;
}

.testimonial-content-footer>div:nth-child(2)>h1,.testimonial-content-footer>div:nth-child(2)>h3{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #034833;
}

.testimonial-content-footer>div:nth-child(2){
    height: fit-content;
}

.testimonial-content-footer>div:nth-child(2)>h3{
    font-weight: 400;
    font-size: 16px;
}
.testimonial-img{
    width: inherit;
}