﻿.scheme-listing .group .item .applicant {
    margin-bottom: 6px;
}

.scheme-listing .col-desc .col-l .deadline:before {
    content: "";
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
    padding: 4px;
    display: inline-block;
    background-size: 24px;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/assets/img/icon/calendar.svg)
}

/* (16/05/2024) Change h1 header max-width when the text too long, it will overlay the background image. */
.page-intro .col-desc h1 {
    max-width: 510px;
    word-break: break-word;
}

@media screen and (max-width: 1081px) {
    .page-intro .col-desc h1 {
        max-width: 450px;
        font-size: 3.6em;
    }
}

@media screen and (max-width: 991px) {
    .page-intro .col-desc h1 {
        max-width: 300px;
        font-size: 2em;
    }
}

@media screen and (max-width: 768px) {
    .page-intro .col-desc h1 {
        max-width: 200px;
    }
}