.fa {  font-size: 20px;  cursor: pointer;  user-select: none;}
.fa:hover {  color: darkblue;}
.checked {  color: darkblue;}

/***** New CSS Work *****/
div#fast-track-section{
    width: 100%;
    padding: 60px 0px 0px;
}

div#nsw-blog-section, div#latest-stories-section, div#why-register-section, div#services-section {
    padding: 60px 0px;
}

div#latest-stories-section, div#services-section {
    background-color: #f2f2f2;
}

h3.home-section-title {
    font-size: 30px;
}

h6.home-section-description {
    margin-top: 0px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}

.nsw-card__title a {
    font-size: 23px;
}

#fast-track-section .nsw-card {
    min-height: 200px;
}

#services-section .nsw-card {
    min-height: 280px;
}

a.view-more-blog-btn {
    display: block;
    background-color: #d7153a;
    float: left;
    padding: 8px 14px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.15s ease-in-out, border 0.15s ease-in-out;
}

a.view-more-blog-btn:hover {
    background: red;
}