@media (max-width: 1024px) {
    :root {
        --exq-space-section: 80px;
    }
}

@media (max-width: 768px) {
    :root {
        --exq-container-padding: 20px;
        --exq-space-section: var(--exq-space-section-mobile);
    }

    .exq-section-header {
        margin-bottom: 32px;
    }
}

@media (max-width: 480px) {
    :root {
        --exq-container-padding: 16px;
    }

    button,
    .button,
    .exq-button,
    input[type="button"],
    input[type="submit"] {
        width: 100%;
    }
}
