@media screen and (max-width: 61rem) {
    .cp-visible-on-desktop {
        display: none !important;
    }

    .cp-visible-on-mobile {
        display: unset !important;
    }

    #header-navbar {
        width: 100%;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
    }

    .contactform-4cols-1111,
    .contactform-4cols-31 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .contactform-reverse {
        flex-direction: column-reverse;
    }

    .contactform .wpcf7-spinner {
        align-self: center;
        order: -1;
    }

    .contactform-4cols-31 span {
        text-align: center;
    }

    #header-topbar {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        height: auto;
        text-align: center;
    }

    #header-topbar-right {
        text-align: center;
    }
}