div.geeks .card-transparent {
    position: relative;
    border-radius: 0;
    border: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    max-width: none;
}

div.geeks .background-gray-blue {
    border-radius: 30px;
    background: linear-gradient(111deg, #f4f5f8 60%, rgb(198, 226, 251));
}

div.geeks .background-soft-blue {
    border-radius: 30px;
    background-color: rgb(209, 232, 252);
}

div.geeks .card-bleed {
    z-index: 10000;
    top: 38px;
    left: 133px;
    object-fit: cover;
}

div.geeks .bleed-corner {
    top: 4px;
    object-fit: cover;
    right: 175px;
}

/* CUSTOM */

div.geeks a.location-email.custom-text:hover {
    color: var(--mdc-color-primary) !important
}

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 .card-transparent {
        position: relative;
    }

    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;
    }
}
