.about-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 90%;
    overflow: auto;
    padding: 20px 50px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.95);
    border-radius: 20px;
}

.about-box .title{
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #1b3d1e;
    padding-bottom: 10px;
    position: relative;
}
.about-box .title span{
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
}

.about-box .title:before {
    content: '';
    width: 4px;
    height: 35px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #8ebc33;
    margin-right: 10px;
}

.about-p1{
    font-weight: bold;
    font-size: 22px;

    padding: 20px 0;
}

.about-p2{
    font-size: 18px;
    text-align: justify;
    line-height: 2;
    padding-bottom: 20px;
}
.about-p2 span{
    color: #8f2e03;
}
.about-p3{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.about-p4{  
    font-size: 22px;
    color: #1c8525;
    font-weight: bold;
}
.about-p5{
    font-size: 16px;
    text-align: center;
    line-height: 2;
    padding-bottom: 10px;
}
.about-service{
    width: 66px;
    max-width: 100%;
    display: block;
    font-size: 22px;
    color: #FFF;
    background-color: #85461c;
    letter-spacing: 3px;
    margin: 10px auto;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;

}

