/**====================================
Contents
====================================**/
.ecomm02-testimonialslider p{
    font-size: 13px;
    font-weight: 300;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.35;
    margin: 0 auto;
}
.ecomm02-testimonialslider .ecomm02-testibox{
    padding: 25px;
    padding-bottom: 33px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,.10);
    border-radius: 10px;
    overflow: hidden;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecomm02-testimonialslider .testi-desc{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -33px;
}
.ecomm02-testimonialslider .testi-desc figure{
    width: 66px;
    height: 66px;
    overflow: hidden;
    border-radius: 50%;
}
.ecomm02-testimonialslider .testi-desc figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ecomm02-testimonialslider .testi-desc > div{
    margin-top: 16px;
}
.ecomm02-testimonialslider .testi-desc span{
    font-size: 12px;
    color: #000;
    font-weight: 300;
    display: block;
}
.ecomm02-testimonialslider .testi-desc h5{
    font-weight: 600;
    font-size: 13px;
    color: #000;
}


/**====================================
Responsive 
====================================**/



