/**====================================
Contents
====================================**/
.ecomm05-features .ecomm05-featurelist-card{
    display: flex;
    align-items: center;
    padding: 16px 30px;
    height: 100%;
    background: #F9F7F1;
}
.ecomm05-features .ecomm05-featurelist-card figure{
    flex: 0 0 auto;
    margin-right: 20px;
}
.ecomm05-features .ecomm05-featurelist-card figure img{
    max-width: 45px;
    max-height: 45px;
    display: block;
}
.ecomm05-features .ecomm05-featurelist-card h5{
    font-size: 14px;
    color: #8C786D;
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}
.ecomm05-features .ecomm05-featurelist-card p{
    font-size: 14px;
    color: #8C786D;
    font-weight: 300;
    letter-spacing: 0.5px;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1399px){
    .ecomm05-features .ecomm05-featurelist-card{
        padding: 15px 20px;
    }
    .ecomm05-features .ecomm05-featurelist-card p{
        font-size: 12px;
    }
    .ecomm05-features .ecomm05-featurelist-card figure img{
        max-width: 40px;
        max-height: 40px;
    }
}
@media (max-width: 1199px){
    .ecomm05-features .ecomm05-featurelist-card figure img{
        max-width: 30px;
        max-height: 30px;
    }
    .ecomm05-features .ecomm05-featurelist-card{
        padding: 10px 15px;
    }
    .ecomm05-features .ecomm05-featurelist-card h5{
        font-size: 12px;
    }
    .ecomm05-features .ecomm05-featurelist-card p{
        font-size: 10px;
    }
    .ecomm05-features .ecomm05-featurelist-card figure{
        margin-right: 10px;
    }
}
@media (max-width: 991px){
    .ecomm05-features .ecomm05-featurelist-card figure img{
        max-width: 36px;
        max-height: 36px;
    }
    .ecomm05-features .ecomm05-featurelist-card{
        padding: 13px 20px;
    }
    .ecomm05-features .ecomm05-featurelist-card h5{
        font-size: 12px;
    }
    .ecomm05-features .ecomm05-featurelist-card p{
        font-size: 11px;
    }
    .ecomm05-features .ecomm05-featurelist-card figure{
        margin-right: 14px;
    }
}
@media (max-width: 767px){
    
}



