@media only screen and (max-width: 1024px) {
    .launch-every-section {
        background-image: unset;
    }

    .launch-every-section::before {
        height: 700px;
    }
}

@media only screen and (max-width: 640px) {
    header .new-btns {
        padding: 7px 10px;
    }
}