.scholarship-title{
    font-family: Almarai-ExtraBold,sans-serif;
    font-size: 22px;
    color: var(--light-purple-color);
}
.scholarship-title:after,.info-title:after{
    position: relative;
    top: 22px;
    content: '';
    border-bottom: 1px solid var(--light-purple-color);
    width: 100px;
    display: block;
}
.info-title{
    font-family: Almarai-ExtraBold,sans-serif;
    font-size: 26px;
    color: var(--light-purple-color);
}
.scholarship-text{
    font-size: 16px;
    line-height: 30px;
    color: var(--gray-color);
    margin-top: 33px;
    margin-left: 20%;
}
.scholarship-img{
    width: 100%;
    height: 100%;
    border-radius: 21px;
}
.read-more,.read-more:hover{
    font-family: Almarai-Regular, sans-serif;
    font-size: 16px;
    color: var(--light-orange-color);
    display: block;
}
.details-img{
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 8px;
}
.scholarship-info-text{
    font-size: 17px;
    line-height: 30px;
    color: var(--gray-color);
}
.image-height{
    height: 432px;
}


@media (max-width: 900px){
    .scholarship-title:after,.info-title:after{
        margin: auto;
    }
    .scholarship-text{
        margin-left: unset;
        padding: 0 15px;
    }
    .image-height{
        height: unset;
    }
    .scholarship-info-text{
        padding: 0 15px;
        text-align: center !important;
    }
}
