.m365-section-visual {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    border-radius: 18px;
    margin: 28px 0 34px;
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
}

/* Allow the hero contact menu to extend over the following section. */
.m365-hero {
    position: relative;
    z-index: 2;
    overflow: visible;
}

@media (max-width: 767px) {
    .m365-section-visual {
        max-height: none;
        margin: 22px 0 28px;
    }
}
