/**====================================
Contents
====================================**/
.ecomm-features-02 .ecomm02-featurelist-card{
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    height: 100%;
}
.ecomm-features-02 .ecomm02-featurelist-card figure{
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecomm-features-02 .ecomm02-featurelist-card figure img{
    max-width: 60%;
    max-height: 50%;
    display: block;
}
.ecomm-features-02 .ecomm02-featurelist-card > div{
    padding-left: 25px;
}
.ecomm-features-02 .ecomm02-featurelist-card h5{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.ecomm-features-02 .ecomm02-featurelist-card p{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1399px){
    .ecomm-features-02 .ecomm02-featurelist-card p{
        font-size: 12px;
    }
    .ecomm-features-02 .ecomm02-featurelist-card > div {
        padding-left: 20px;
    }
    .ecomm-features-02 .ecomm02-featurelist-card figure{
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 1199px){
    .ecomm-features-02 .ecomm-02-head p br,
    .ecomm-features-02 .ecomm02-featurelist-card p br{
        display: none;
    }
}
@media (max-width: 767px){
    .ecomm-features-02 .ecomm02-featurelist-card h5{
        font-size: 13px;
    }
}
@media (max-width: 767px){
    .ecomm-features-02 .ecomm02-featurelist-card{
        padding: 15px;
        padding-right: 10px;
    }
    .ecomm-features-02 .ecomm02-featurelist-card figure{
        width: 66px;
        height: 66px;
    }
}



