@media screen and (max-width: 767px) {
    .detail-wrapper {
        width: 100% !important;
    }

    .detail-container {
        padding: 10px 0 !important;
    }

    .detail-content-title {
        font-size: 22px !important;
        line-height: 2 !important;
    }
}

.detail-wrapper {
    width: 1400px;
    margin: auto;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
}

.detail-container {
    width: 100%;
    padding: 30px 10px;
}

.detail-content-container {
    padding: 12px;
    font-size: 16px;
    line-height: 2.5;
    /*border: 1px solid #DDD;*/
    border-top: none;
    min-height: 400px;
}

.detail-content-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    /*margin: 20px auto;*/
    line-height: 3;
}

.detail-content {

}