/* Fix massive top margin on mobile for the inner container holding the form */
@media (max-width: 767px) {
    .elementor-element-00bbffe {
        margin-top: 20px !important; /* Override the 681px margin set in Elementor */
    }
}