@media screen and (max-width: 1023px) {
    .subscription-form
    {
        display: none;
    }
}
