.headerAndNavContainer {
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 33%;
    }

    div#madHero {
                display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center
    }
}

.madTitle {
    font-size: 30px; 
    color: #000;
    text-align: center;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: center;
}