.testimonial-card {
width: 100%;
background-color: #fff;
padding: 20px;
font-family: 'Figtree';
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-text {
font-size:14px;
color: #555;
line-height: 1.6;
margin-bottom: 20px;
padding:10px 0px;
}
.testimonial-user {
display: flex;
align-items: center;
}
.user-photo {
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 15px;
object-fit: cover;
}
.testimonial-card .des-content{    padding: 20px 0px;}
.user-info .user-name {
font-size:20px;
margin: 0;
color:#88271A;
font-size: 20px;
margin: 0;
color: #88271A;
padding: 10px 0px 0px 0px;
}
.user-info .user-title {
font-size:20px;
font-weight:400;
color: #000;
margin: 0;
}
.sub-title{font-size:14px;
color: #000; font-weight:300;}
.testimonial-list ul li{
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.testimonial-list ul li:hover {
transform: translateY(-5px);
transform: translateY(-5px);
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}