div.geeks .vector {
    border-radius: none;
    width: auto;
    background-color: none;
    background-image: url("https://storage.googleapis.com/mdc-website/adult-education/geo.svg") !important;
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat !important;
}

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

div.geeks .scroll-vertical {
    overflow-y: auto;
}

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

div.geeks div.video_gradient {
    margin-top: -20px;
    padding: 25px;
    border-radius: 30px;
    background: linear-gradient(90deg,
            rgb(255 212 0 / 19%) -10%,
            rgba(154, 205, 254, 0.8) 110%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

div.geeks .card-scroll {
    max-height: 350px;
    border-radius: 15px;
    position: relative;
}

div.geeks .container-styled {
    border-radius: 25px;
    background: #fff;
}

/* CUSTOM */

div.geeks .card-transparent {
    width: 255px !important;
    height: 255px !important;
    position: relative;
    padding: 14px 15px 3px;
}

div.geeks .col-styled {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

div.geeks .transparent-blue {
    border-radius: 25px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(229, 231, 235, 0.25);
}

div.geeks .transparent-blue:hover {
    border: 1px solid #005eaa;
    background: rgba(0, 94, 170, 0.1);
    cursor: pointer;
}

div.geeks .transparent-blue:hover .button-pill {
    border-radius: 25px;
    border: 0.5px solid #005eaa;
    background: #005eaa;
    backdrop-filter: blur(3px);
}

div.geeks .transparent-blue:hover .button-pill i.fas.fa-chevron-right {
    color: white;
}

div.geeks .button-pill {
    text-align: center;
    width: 35px;
    height: 25px;
    border-radius: 20px;
    background: rgba(0, 94, 170, 0.1);
    backdrop-filter: blur(3px);
}

@media screen and (min-width: 900px) {
    div.geeks .vector {
        border-radius: none;
        width: auto;
        background-color: none;
        background-image: url("https://storage.googleapis.com/mdc-website/adult-education/hero_two_images.svg") !important;
        background-position: right;
        background-repeat: no-repeat !important;
    }

}

@media screen and (min-width: 768px) {
    div.geeks div.video_gradient {
        padding: 25px 80px;
        border-radius: 30px;
        background: linear-gradient(90deg,
                rgb(255 212 0 / 19%) -10%,
                rgba(154, 205, 254, 0.8) 110%);
        margin: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    div.geeks .left-scroll-image {
        object-fit: contain;
        padding: 0 15px;
        height: 350px;
        margin: auto;
        display: block;
    }
}
