.blockWrap_f11b8b67d6784fa287b75e47ca451d4a .blockInnerContent {
    background-color: rgba(250, 250, 250, 0.84);
    padding: 20px;
    border-radius: 10px;
    }
    
    /* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}