/* CUSTOMS */
div.geeks .dropdown-item.active-week {
    background-color: #f0f8ff;
    color: #007bff;
    font-weight: 600;
}

div.geeks .bg-option-2 {
    background: url("https://storage.googleapis.com/mdc-website/applied-ai-v2/rectangle.svg");
    background-size: 180px;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

@media screen and (min-width: 768px) {
    div.geeks .bleed {
        margin-bottom: -120px !important;
        margin-top: 90px !important;
    }

    div.geeks .bg-option-2 {
        background: url("https://storage.googleapis.com/mdc-website/mdc-adult-education/group-1.svg") !important;
        background-size: 351px;
        background-repeat: no-repeat !important;
    }
}
