.eventsplatform.module-helppage #wrap {
    margin: 0px auto;
}

@media (min-width: 980px) {
    .helppage__component--faq {
        float: left;
        width: calc(100% - 342px);
    }
    .helppage__component--contact-us {
        float: right;
    }
}

@media (min-width: 1200px) {
    .helppage__component--faq {
        width: calc(100% - 391px);
    }
}

@media (min-width: 1366px) {
    .helppage__component--faq {
        width: calc(100% - 411px);
    }
}

@media (max-width: 767px) {
    .eventsplatform.module-helppage #wrap {
        margin: 0px 12px;
    }
}