@media screen and (max-width: 1366px) {
    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1024px) {
    .elementor-button.elementor-size-lg {
        padding: 15px 30px;
    }
}