@media only screen and (max-width: 768px) {
    .portal_header {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin: 1em 0;
    }
    
    .portal_header h4 {
        margin: 1em 0 0 0;
    }
}

.m-url--content-container h2 {
    font-style: normal;
}

.mm-url--footer {
    background-color: #0a4b98;
}
