.serciveValue_box {
    background: url('/assets/images/bg1.png') no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.appreciat_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: 2%;
    margin-right: 2%;
}

.appreciat_ul li {
    width: 31.333333%;
    margin: 20px 1%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(227, 232, 240, 0.6);
    box-shadow: 0 0 20px rgba(89, 89, 89, 0.02);
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
}

.appreciat_ul li p {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .appreciat_ul li {
        width: 48% !important;
        padding: 20px;
    }
}

@media screen and (max-width: 576px) {
    .appreciat_ul li {
        width: 98% !important;
        margin: 10px 1% !important;
        padding: 15px;
    }
}