.nhi-bg-image-options{
    min-height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nhi-bg-image-options h1{
    margin-bottom: 70px;
}
.DNNAlignleftv{
    height: 90vh;
}
section {
    padding: 75px 0 30px;
}
/* MENU*/
#nav-desktop>li {
    width: 100%;
    max-width: 186px;
}
#nav-desktop a {
    display: flex;
}
#nav-desktop>li>a {
    line-height: 1.3
}

 @media only screen and (max-width:480px) {
     section {
    padding: 40px 0 10px;
}
 h2{
     font-size: 1.9rem;
 }
 }












