    .customer-video-section{
padding:80px 0;
background:#ffffff;
}

.customer-video-section .subheading{
display:block;
font-size:14px;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:10px;
}

.review-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,.08);
height:100%;
transition:.3s;
}

.review-card:hover{
transform:translateY(-5px);
}

.review-video{
width:100%;
height:450px;
display:block;
object-fit:cover;
background:#000;
}

.review-content{
padding:20px;
}

.review-content h3{
font-size:20px;
font-weight:600;
margin-bottom:10px;
line-height:1.4;
}

.review-content p{
font-size:15px;
line-height:1.7;
margin-bottom:0;
}

@media(max-width:991px){

.review-video{
height:400px;
}

}

@media(max-width:767px){

.review-video{
height:500px;
}

.customer-video-section{
padding:60px 0;
}

.review-content h3{
font-size:18px;
}

}