@media screen and (max-width: 1024px) {
    div.form {
        border: none;
        width: fit-content;
        margin: 8rem 0 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    div.form__band {
        display: none;
    }
}