.about{
    width: 100%;
    height: auto;
    display: inline-block;
    background: url(../images/about.jpg) center;
    padding: 2% 0;
    padding-top: 8%;
}
.ab-left{
    width: 45%;
    float: left;
}
.ab-left img{
    width: 100%;
}
.ab-right{
    width: 50%;
    float: right;
}
.ab-right h3{
    color: #3e2723;
    font-size: 38px;
    font-family: serif;
    border-bottom: 2px solid#3e2723;
    text-align: center;
    padding-bottom: 2%;
    letter-spacing: 8px;
    font-weight: bold;
}
.ab-right span{
    color: #542723;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 18px 0;
    display: inline-block;
}
.ab-right ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.ab-right li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.ab-right li img{
    float: left;
    margin-right: 2%;
    width: 4%;
}
.ab-right li p{
    float: left;
    font-size: 18px;
    width: 94%;
    color: #542723;
}
.ab-right li p i{
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #4f3b36;
}
.seller{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 4% 0;
}
.title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.title h3{
    font-size: 40px;
    letter-spacing: 4px;
    font-family: serif;
}
.title p{
    color: #542723;
    font-size: 17px;
    margin-top: 1%;
}
.seller ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 6% 0;
}
.seller li{
    width: 25%;
    float: left;
    text-align: center;
}
.seller li img{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5%;
}
.seller li p{
    color: #4f3b36;
    font-size: 20px;
}
.seller li span{color: #4f3b36;font-size: 16px;}
.service{
    width: 100%;
    height: auto;
    display: inline-block;
    background: url(../images/ser.png);
    padding: 2% 0;
    padding-top: 8%;
    padding-bottom: 5%;
    background-size: cover;
}
.service ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}
.service li{

    width: 30%;

    float: left;

    text-align: center;

    background: #fefdfd;

    margin-left: 7%;

    padding: 6%;

    border: 1px solid#ddb763;

    border-radius: 15px;
}
.service li img{
    text-align: center;
    margin: 0 auto;
}
.service li h3{
    color: #542723;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 3%;
}
.service li p{
    color: #542723;
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 10px;
}
.service li span{
    color: #990517;
    font-size: 16px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .ab-left {
        width: 100%;
        float: left;
    }
    .ab-right {
        width: 100%;
        float: right;
        margin-top: 5%;
    }
    .ab-right h3 {
        color: #3e2723;
        font-size: 28px;
        font-family: serif;
        border-bottom: 2px solid #3e2723;
        text-align: left;
        padding-bottom: 3%;
        letter-spacing: 0px;
        font-weight: bold;
    }
    .ab-right span {
        color: #542723;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        margin: 18px 0;
        display: inline-block;
    }
    .ab-right li p i {
        font-size: 17px;
        font-style: normal;
        font-weight: bold;
        color: #4f3b36;
    }
    .ab-right li p {
        float: left;
        font-size: 17px;
        width: 94%;
        color: #542723;
        margin-top: -5px;
    }
    .title h3 {
        font-size: 28px;
        letter-spacing: 2px;
        font-family: serif;
    }
    .title p {
        color: #542723;
        font-size: 14px;
        margin-top: 1%;
    }
    .seller li {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 7%;
    }
    .seller li img {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 5%;
        width: 35%;
    }
    .seller li p {
        color: #4f3b36;
        font-size: 17px;
    }
    .service li {
        width: 75%;
        float: left;
        text-align: center;
        background: #fefdfd;
        margin-left: 7%;
        padding: 6%;
        border: 1px solid #ddb763;
        border-radius: 15px;
        margin-bottom: 7%;
    }
    .service li img {
        text-align: center;
        margin: 0 auto;
        width: 23%;
    }
    .service li h3 {
        color: #542723;
        font-size: 19px;
        letter-spacing: 2px;
        padding: 3%;
    }
    .service li p {
        color: #542723;
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    
}