.wp-block-column .wp-block-image {
    max-width: 100%;
}

.wp-block-cover.is-style-full-height {
    height: 100vh !important;
}

.banner-with-white-block .container>.wp-block-group>.has-white-background-color {
    max-width: 500px !important;
}

@media (max-width: 661px) {
    .banner-with-white-block {
        height: 554px !important;
        min-height: 0 !important;
        /* margin-bottom: 260px !important; */
        overflow: visible;
    }

    .banner-with-white-block .wp-block-cover__inner-container {
        margin-top: 480px !important;
    }

    .banner-with-white-block .container {
        padding: 0;
    }

    .banner-with-white-block .container>.wp-block-group>.has-white-background-color {
        padding: 3rem 2rem !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .appointment-alert-mobile .inner {
        font-size: .9rem;
    }
}