
#wrap .content {
    padding: 1.5rem;
}

#wrap .content .box .sub_title{
    font-size: 2rem;
    font-weight: 700;
    color: #76b31d;
    border-bottom: 1.5px solid #f6f6f6;
    padding-bottom: 1.5rem;
}
#wrap .content .box .emphasis{
    font-size: 1.5rem;
    font-weight: 600;
    padding: 2rem 0 1rem;
    color: #39413b;
  
}
#wrap .content .box .con{
    font-size: 1.5rem;
    color: #8b928b;
    line-height: 1.4;
  
}

