/**====================================
Contents
====================================**/
.ecomm03-bgsec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ecomm03-testimonial-card{
    position: relative;
}
.ecomm03-testimonial-card .ecomm03-tmtext{
    padding: 40px;
    background-color: #fff;
    border-radius: 22px;
    margin-bottom: 40px;
    position: relative;
}
.ecomm03-testimonial-card .ecomm03-tmtext p{
    font-size: 14px;
    color: #000;
    font-weight: 300;
}
.ecomm03-testimonial-card .ecomm03-tmtext i{
    content: '';
    position: absolute;
    width: 26px;
    height: 20px;
    left: 45px;
    top: 100%;
    margin-top: -1px;
}
.ecomm03-testimonial-card .ecomm03-tmtext i img{
    display: block;
    max-width: 100%;
}
.ecomm03-testimonial-card .ecomm03-tmbox{
    display: flex;
    align-items: center;
}
.ecomm03-testimonial-card .ecomm03-tmbox figure{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.ecomm03-testimonial-card .ecomm03-tmbox figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ecomm03-testimonial-card .ecomm03-tmbox h4{
    font-size: 16px;
    color: #FFDD68;
    font-weight: 600;
    margin-bottom: 5px;
}
.ecomm03-testimonial-card .ecomm03-tmbox p{
    font-size: 14px;
    color: #fff;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 767px){
    .ecomm03-testimonial-card .ecomm03-tmtext{
        padding: 30px;
    }
    .ecomm03-testimonial-card .ecomm03-tmbox h4{
        font-size: 14px;
    }
    .ecomm03-testimonial-card .ecomm03-tmbox p{
        font-size: 13px;
    }
    .ecomm03-testimonial-card .ecomm03-tmbox figure{
        width: 55px;
        height: 55px;
    }
}


