
div.geeks .side-image {
    object-fit: contain;
    padding: 0 15px;
    height: 250px;
    margin: auto;
}

div.geeks .back-button {
    border-radius: 10px;
    border: 1px solid #005eaa;
    background: rgba(0, 94, 170, 0.1);
    padding: 10px 15px;
    margin: 10px 0;
}

div.geeks .show_content {
    display: flex !important;
}

div.geeks .not_show_content {
    display: none !important;
}

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

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 .card-scroll {
    max-height: 350px;
    border-radius: 15px;
    position: relative;
}

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

div.geeks .background-geometry {
    background: url("https://storage.googleapis.com/mdc-website/cti/geometry.svg");
    background-repeat: no-repeat;
    background-position: top right;
}

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: 768px) {
    div.geeks .side-image {
        object-fit: contain;
        padding: 0 15px;
        height: auto;
        margin: auto;
    }


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

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