.wrapper-detail {
    background-color: #f4f4f4;
}

.wrapper-detail .container-1200 {
    padding: 0 19px 22px;
    background-color: #fff;
}

.detail {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 36px 0 20px 0;
}

.detail-title{
    font-size: 28px;
    color: #000;
    padding: 0 82px;
    padding-bottom: 26px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
}

.detail-box{
    text-align: center;
    margin-bottom: 30px;
}

.detail-box span{
    margin: 0 10px;
}

.detail-content{
    margin-bottom: 40px;
    line-height: 1.7;
}