#mbbs .section-title h2 {
    color: #103C95;
    font-family: "jost", sans-serif;
}

.university a .card-body {
    background-color: #103C95;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    font-family: "jost", sans-serif;
    font-size: 23px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    /* min-height: 100px */
}

.university .card img {
    border-radius: 20px 20px 0 0;
}

.university .card {
    border-radius: 20px 20px 20px 20px;
}

.university a .card-body-abroad {
    background-color: white;
    padding: 5px;
    color: black;
    font-family: "jost", sans-serif;
    font-size: 16px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    /* min-height: 100px */
}
