/* content - template */
.content-center {
    padding: 30px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: calc(100vw - 66%) !important;
    box-sizing: border-box;
}

h2, .h2, .content-center {
    margin-bottom: 16px !important;
}

/* RESPO */

/* respo content - template */
@media (max-width: 767px) {
    .content-center {
        max-width: 100%;
        width: 100% !important;
    }
}
