.product-testimonials .tt-box {
    background: #083832;
    padding: 40px 30px;
    border-radius: 20px 80px 20px 80px;
    position: relative;
    height: 100%;
    transition: 0.4s ease;
    overflow: hidden;
}

.product-testimonials .tt-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}


.product-testimonials .big-quote {
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 70px;
    color: #fff;
    font-family: serif;
}

.product-testimonials .box-contentt p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.product-testimonials .tt-header h5 {
    color: #fff;
    font-size: 18px;
}

.product-testimonials .rating i {
    color: #F4A100;
    font-size: 14px;
    margin-left: 5px;
}