.helppage__component.helppage__component--contact-us {
    margin-bottom: 20px;
}

@media (min-width: 980px) {
    .helppage__component--contact-us {
        float: right;
        width: 310px;
    }

    .helppage__component--contact-us + div {
        float: left;
        width: calc(100% - 326px);
    }

    .helppage__component--contact-us + div + div {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .helppage__component--contact-us {
        width: 359px;
    }

    .helppage__component--contact-us + div {
        width: calc(100% - 391px);
    }
}

@media (min-width: 1366px) {
    .helppage__component--contact-us {
        width: 379px;
    }

    .helppage__component--contact-us + div {
        width: calc(100% - 411px);
    }
}
