.main-scholarship-card {
    width: auto;
    height: auto;
    padding: 0px 80px;
}

.main-scholarship-card .scholarship-card {
    /* border: 1px solid red; */
    width: 840px;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    box-shadow:
        12px 25px 40px rgba(0, 0, 0, 0.12),
        -12px 25px 40px rgba(0, 0, 0, 0.12);
    margin-top: 60px;

}

.main-scholarship-card .scholarship-card .left-side {
    /* border: 1px solid black; */
    width: 489px;
}

.main-scholarship-card .scholarship-card .left-side .heading {
    font-family: "Outfit", sans-serif;
    font-weight: 500px;
    font-size: 36px;
    padding: 0px 20px;
    margin-top: 50px;
}

.main-scholarship-card .scholarship-card .left-side .a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    padding: 6px 20px;
}

.main-scholarship-card .scholarship-card .left-side .a .b {
    width: 160px;
    height: 3px;
    background-color: black;
}

.main-scholarship-card .scholarship-card .left-side .para {
    padding: 19px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 20px;
}

.main-scholarship-card .scholarship-card .left-side .button {
    padding: 7px 20px;

}

.main-scholarship-card .scholarship-card .left-side .button button {
    border: none;
    outline: none;
    background-color: rgb(37, 37, 122);
    color: #fff;
    font-family: "Roboto", sans-serif;
    width: 110px;
    height: 40px;
    border-radius: 4px;
    font-size: 15px;
}

.main-scholarship-card .scholarship-card .right-side .img {
    width: 290px;
    object-fit: cover;
    /* border: 3px solid black; */
}

.main-scholarship-card .scholarship-card .right-side .img img {
    width: 100%;
    display: block;
}

.main-scholarship-card .scholarship-card .right-side .img button {
    width: 290px;
    height: 50px;
    background-color: rgb(37, 37, 122);
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;

}

.main-scholarship-card:nth-child(2) {
    /* border: 1px solid green; */
    justify-content: end;
    display: flex;
}