/* 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; 
    }
}

.course-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: baseline;
    justify-content: center;
}

.course-grid .course-item {
    flex-basis: 32%;
}

.course-item > div {
    width: 100% !important;
}

@media screen and (max-width: 767px){
.course-grid .course-item {
    flex-basis: 100%;
}    
}