.ecom-temp-02-features-01 {
    padding: 100px 10px 15px!important;
}

.ecom-temp-02-features-01 h2.head {
    padding-bottom: 30px;
}

.ecom-temp-02-features-01 .card {
    border: none;
    padding: 40px 0px;
    border-radius: 5px;
}

.ecom-temp-02-features-01 .card h6 {
    font-size: 21px;
}

.ecom-temp-02-features-01 .card span {
    font-size: 17px;
}

.ecom-temp-02-features-01 .card img {
    width: 50px;
    height: 50px;
}

@media only screen and (min-device-width: 320px) and (max-device-width:667px) {
    .ecom-temp-02-features-01 .card {
        padding: 0px;
    }
    .ecom-temp-02-features-01 {
        text-align: center;
    }
    .ecom-temp-02-features-01 .card h6 {
        text-align: center;
    }
    .ecom-temp-02-features-01 .card img {
        margin-bottom: 20px;
    }
    .ecom-temp-02-features-01 .card span {
        margin-bottom: 25px;
        display: block;
        font-size: 15px;
        line-height: 25px;
    }
    .default-tetimonials .card {
        padding: 30px;
    }
    .default-tetimonials .user-image {
        margin-bottom: 15px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ecom-temp-02-features-01 .card img {
        height: auto;
        width: auto;
    }
}