.titleProgram {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #234b88;
}
.containerBanner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 164px;
    margin: 0;
    background: #3ec3dc;
}

.containerBannerMobile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    margin: 0;
    background: #3ec3dc;
}
.headerBanner {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #234b88;
}
.headerBannerMobile {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    color: #234b88;
}
.textBanner {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #234b88;
}
.buttonBanner {
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #234b88;
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
}
.buttonBannerHover {
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #3DC3DD;
    color: rgb(0, 0, 0);
    font-family: Poppins;
    font-style: normal;
    margin-right: 15px;
}
.buttonBannerDetail {
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #8DE1F1;
    color: #1B8497;
    font-family: Poppins;
    font-style: normal;
    border:1px solid #1B8497;
}
.buttonBannerMobile {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #234b88;
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
}
.buttonInfo {
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #ebeff2;
    color: #234b88;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
}
.thumbnailProgram {
    background-color: #2374ed;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 29px 24px 29px 35px;
}
.imageProgram {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 17px;
}
.titleProgram {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #234b88;
}
.descProgram {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3d3d3d;
    margin-bottom: 10px;
}
.containerEventThumbnail {
    background-color: #2374ed;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 29px 24px 29px 35px;
    min-height: 200px;
}
.containerEventTitle {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 17px;
}
.eventTitle {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.eventAuthor {
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
}
.eventText {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.mobileStyle {
    display: none;
}

@media (min-width: 901px) {
    .labelScholarship {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #3D3D3D;
    }

    .labelMetodePembayaran {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #234B88;
    }

    .labelPartner {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #234B88;
    }
}

@media (max-width: 900px) {
    .col-12 {
        padding: 0;
        padding-bottom: 30px;
    }

    .col-12.card--event{
        padding: 0;
    }

    .labelScholarship {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 45px;
        color: #3D3D3D;
    }

    .labelMetodePembayaran {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #234B88;
    }

    .labelPartner {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #234B88;
    }
}

@media only screen and (max-width: 500px) {
    .desktopStyle {
        display: none;
    }

    .mobileStyle {
        display: block;
    }
}

.headerClass {
    background-color: #2374ed;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 29px 24px 29px 35px;
    height: 181px;
}

.centerBodyTitle {
    display: flex;
    flex-direction: column;

    font-size: 16px;
    height: 3em;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    /* background-color: #28AC2D */
}

.bodyTitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* margin-bottom: 10px; */
    color: #234b88;

    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

