body {
    background: #ffffff;
}

img {
    width: 100%;
}

.service-section {
    margin-top: .8rem;
    padding: 1.2rem .1rem .4rem;
}

.service-list {
    padding: .2rem .2rem;
}

.service-list img {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    display: block;
    margin: 0 .2rem;
    /* border: 3px solid #007440; */
}

.service-section h2 {
    font-size: .52rem;
    font-weight: 500;
    color: #231914;
    margin-bottom: .63rem;
    text-align: center;
}

.service-list-box {
    justify-content: center;
    align-items: center;
    margin-bottom: .9rem;
}

.service-list-box .content {
    flex: 1;
    padding: 0 .2rem;
}

.service-list-box .content-title {
    color: #07231f;
    font-size: .43rem;
    font-weight: 500;
    padding-bottom: .1rem;
    line-height: .7rem;
    vertical-align: bottom;
}

.service-list-box .content-title span {
    font-size: .6rem;
    vertical-align: bottom;
    display: inline-block;
    line-height: .73rem;
    padding-right: .1rem;
}

.service-list-box p {
    font-size: .3rem;
    color: #5a5a5a;
    line-height: .45rem;
}

@media screen and (min-width:768px){
    .service-section {
        margin-top: 2.1rem;
    }
}