@charset "UTF-8";
.scholarship-section{margin: 2rem 0 5rem; position: relative;}
.scholarship-hat{position: relative;}
.scholarship-hat::before{content: ''; position: absolute; bottom: -1rem; right: -3rem; width: 200px; height: 133px; background-image: url('../img/hat.png');}
.scholarship-bg{background: #f4f4f4 url("../img/scholarship.png") no-repeat left 5px;}
.btn-check-availability{padding: 10px 18px; background-color: #4e51a2; text-decoration: none; display: table; color: #fff;}
.btn-check-availability:hover{background-color: #4e51a2; text-decoration: none; color: #fff;}

/* Media Query Start 
******************** */ 


@media (max-width:1024px){
    .scholarship-hat::before{bottom: -1rem; right: 0rem;}
    .bold-heading{font-size: 26px; margin-bottom: 0rem !important; padding-bottom: 0.8rem !important;}
}
@media (max-width:992px){
    .scholarship-bg{background: #f4f4f4 left 5px;}

}
@media (max-width:800px){

}
@media (max-width:768px){
	
}
@media (max-width:567px){
    .scholarship-hat::before{background-image: none;}
    .bold-heading{font-size: 24px;}
}