@media screen and (max-width: 767px) {
    .center-buttons div.button a.cope-core-button.cope-core-button.cope-core-button.cope-core-button-style-primary {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1023px) {
    .hide-tablet-down {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .hide-desktop {
        display: none !important;
    }
}