<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.project-list-container {
    display: flex;
    flex-direction: column;
}
div.project-list-container .item-container {
    display: block;
    font-variant-numeric: lining-nums;
    padding: 34px 0 5px;
    border-top: 1px solid #f0f2f6;
    margin-top: 33px;
}
div.project-list-container .item-container:hover {text-decoration: none;}
div.project-list-container .item-container .content-row {margin-top: 2px;}
div.project-list-container .item-container .content-row .project-name {
    font: 17px/25px 'RalewayBold', sans-serif;
    color: #465991;
    display: block;
}
div.project-list-container .item-container .content-row .project-lid,
div.project-list-container .item-container .content-row .project-lid p {
    display: block;
    margin-top: 14px;
    font: 15px/23px 'RalewayMedium', sans-serif;
    color: #7985AD;
}
div.project-list-container .item-container:hover {text-decoration: none;}
div.project-list-container .item-container .read-more {
    font-family: 'RalewaySemiBold', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #487af4;
    display: block;
    margin-top: 24px;
}
div.project-list-container .item-container:hover .read-more {
    text-decoration: underline;
    color: #487af4;
}


@media only screen and (max-width: 768px) {
    div.project-list-container {display: block;}
    div.project-list-container .item-container {
        width: 100%;
        padding-bottom: 26px;
    }
    div.project-list-container .item-container:nth-of-type(1) {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #f0f2f6;
    }
    div.project-list-container .item-container:nth-of-type(2) {
        padding-left: 0;
        padding-bottom: 0;
    }
    div.project-list-container .item-container:nth-of-type(2) .project-lid p {margin: 0;}
}</pre></body></html>