div.geeks .vector {
    border-radius: 0;
    width: auto;
    background-image: url("https://storage.googleapis.com/mdc-website/cti/simple_rectangle.svg") !important;
    background-size: auto;
    background-position: 16px 24px;
    background-repeat: no-repeat !important;
}

div.geeks .table-bordered {
    border-radius: 15px;
    overflow: hidden;
}

div.geeks .card-minimal {
    border: 1px solid #E5E7EB;
    border-radius: 25px;
    width: 100%;
    max-width: 283px;
    display: flex;
    box-shadow: 0px 4px 4px 0px rgba(229, 231, 235, 0.25);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 18px;
    position: relative;
    margin: 10px;

}

div.geeks .icon-minimal {
    width: 75px;
    margin: 0 auto;
    position: absolute;
    top: -45px;

}

div.geeks .card-minimal h3 {
    letter-spacing: -1px !important;
    line-height: 1.25rem;

}

div.geeks .background-linear-bottom-light-blue {
    background: linear-gradient(180deg, rgba(154, 205, 254, 0.20) 0%, rgba(154, 205, 254, 0.00) 100%);
}

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

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 .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: 768px) {
    div.geeks .card-minimal {
        width: calc(33.333% - 20px);
    }

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