.content-wrap {
    position: relative;
    .s-title {
        margin-bottom: 24px;
    }
    .editor-content.main-content {
        margin-top: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .content-wrap {
        .c-btn {
            justify-content: start;
        }
    }
}