.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
.container_border_bottom{border-bottom: 1px solid;}
.intro_padding_top{padding-top: 3%;}
.about_padding_top{padding-top: 4%;}
.activity_padding_top{padding-top: 52px; text-align: center;}
.activity_khow_more{margin-top: 36px;}
.notice_board{padding: 40px 0; margin-top: -52px;}
.notice_board_font_size{font-size: 268%; text-decoration: underline; color: aquamarine;}
.notice_board{padding: 3% 0; margin-top: -4%;}
.no_max_width{flex: none; max-width: none;}
.notice_font{font-size: 155%;}
.highlight{background-color: yellow; color: blue; display: inline-block;}
.text_bg{background-color: rgb(159, 230, 79); color: red;}
.download_btn{margin-left: 1%; margin-bottom: 5px;}
.btn-white{background-color: #e7272d; border: none; color: white;}
.btn-white:hover{background-color: #fff; border: none; color: black;}
.scholarships_font{font-size: 143%; font-family: unset; text-decoration: underline;}
.social_icon{font-size: xx-large;}
.slide-bg-image {padding-bottom: 322px;}
@media (min-width: 768px) {
    .left_gap_contact{
        padding-left: 9%;
    }
    .left_gap_agendas{
        padding-left: 12%;
    }
}
.donation_text{
    text-decoration: underline;
    font-size: 142%;
    color: white;
}
.donar_btn{
    background: red;
    color: white;
}
.donar_btn:hover{
    background: white;
    color: red;
}