/* Custom CSS overrides — loaded after the Vite bundle. Add your tweaks below. */


@media screen and (min-width: 1000px) {
    .contact__inner {
        align-items: start !important;
    }

    .contact__title {
        padding-top: 100px;
    }
}