
#wrap .content .section1  {
    background-color: #f8f8f8;
    padding: 3rem 1.5rem;
}
#wrap .content .section1 .sub_title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #afafaf;
    margin-bottom: 1.5rem;
}
#wrap .content .section1 .sub_title span{
    font-size: 2rem;
    font-weight: 700;
}
#wrap .content .section1 .con{
    font-size: 1.5rem;
    line-height: 1.8rem;
    
}
#wrap .content .section2{
    padding: 3rem 1.5rem;
    background-color: #fff;
    
}
#wrap .content .section2 .box{
    border-radius: 1rem;
    overflow: hidden;
    margin: 1.5rem 0;
   
}
#wrap .content .section2 .box .emphasis {
    background: #a1c69d; 
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}
#wrap .content .section2 .box .con {
    padding: 1.5rem;
    font-size: 1.5rem;
    background-color: #f8f8f8;
    line-height: 1.3;
}
