.list-icon {
    display: flex;
    gap: 8px;
    width: 8%;
    margin-top: 20px;
}

.flex-container .flex-img img {
    border: none;
}

.features .ttl {
    margin-top: 20px;
}

.features .ttl span span {
    color: #2e98d0;
}

.features p.text span {
    color: #2e98d0;
}

.product-note {
    margin-top: 80px;
}

.product-note span {
    color: #2e98d0;
}
.wash-flexBox {
    padding-bottom: 2rem;
}

.wash-flexBox .wash-box {
    width: 47%;
    padding-top: 2rem;
}

.wash-flexBox .wash-box .imgWrap {
    height: auto;
}

@media screen and (max-width: 768px) {

    .wash-box:nth-of-type(1) {
        order: 1 !important;
    }

    .wash-box:nth-of-type(2) {
        order: 3 !important;
    }

    .wash-box:nth-of-type(3) {
        order: 2 !important;
    }

    .wash-box:nth-of-type(4) {
        order: 4 !important;
    }
    #aboutMain .about-title {
        font-size: 1.8rem;
    }
    .list-icon {
        width: 16%;
    }

}
