.publish-boss .m_info_cont .title {
    font-size: 26px;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #505050;
    font-weight: bold;
}

.publish-boss .m_info_cont .title::after {
    display: block;
    content: '';
    padding-bottom: 10px;
    border-bottom: 2px dashed #80c9b8;
}

.publish-boss .m_info_cont > div {
    margin-top: 50px;
}

.publish-boss .m_info_cont > div:first-child {
    margin-top: 0;
}

@media(min-width: 768px) {
}

@media(min-width: 992px) {
}