@media only screen and (max-width: 781px) {

    .bl-header-button {
        display: none !important;
    }

    .bl-header-inner > nav {
        margin-right: 0 !important;
    }

    .bl-hero-image > figure > img {
        aspect-ratio: 4 / 3 !important;
    }

    .bl-steps-grid {
        grid-template-columns: 1fr !important;
    }

    .bl-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .bl-eyebrow {
        margin-bottom: 0.5rem;
    }

    .bl-footer-content {
        margin-top: 0;
    }

    .bl-footer-copyright > div > p {
        text-align: left !important;
    }
}
