/*Start Project Index Banner - Desktop*/
	.project_index_article_wrapper.news {
		margin-top: 50px;
	}
	.project_index_article_wrapper.news .project_index_article_list {
	    display: flex;
	    flex-direction: row;
	    align-items: stretch;
	    flex-wrap: wrap;
	    margin-top: 30px;
	}
	.project_index_article_wrapper.news .project_index_article_single {
	    border: 1.5px solid rgb(226, 223, 240);
	    border-radius: 10px;
	    overflow: hidden;
	    text-decoration: none;
	    cursor: pointer;
	    display: block;
	    margin-bottom: 10px;
	    max-width: calc(33.333% - 10px);
	}
	.project_index_article_wrapper.news .project_index_article_single:nth-child(3n + 2) {
		margin-left: 12px;
		margin-right: 12px;
	}
	.project_index_article_wrapper.news .project_index_article_title[class*="grid"] {
	    padding: 20px;
	}
	.project_index_article_wrapper.news .project_index_article_title h2, .project_index_article_wrapper.news .project_index_article_title h2 a {
	    margin: 0px 0px 4px;
	    font-family: Outfit;
	    font-weight: 500;
	    font-size: 24px;
	    line-height: 100%;
	    letter-spacing: 0%;
	    color: #2F2C82;
	}
	.project_index_article_wrapper.news .project_index_article_title h2 a:hover {
		color: rgb(255, 121, 44);
	}		
	.project_index_article_wrapper.news .project_index_article_title p {
	    color: #FF792C;
	    font-family: Outfit;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: normal;
	    margin: 0 0 10px;
	    text-transform: capitalize;
	}
	.project_index_article_wrapper.news .project_index_article_image img {
	    width: 100%;
	    height: auto;
	    object-fit: cover;
	    height: 25vh;
	}
	.feature_news_title {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.feature_news_title h2 {
		color: #1B1865;
		font-family: Outfit;
		font-size: 64px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
	}
	.feature_news_title h2 a {
		color: #1B1865;
		text-decoration: none;
	}
	.feature_news_title h2 a:hover {
		color: #ff792c;
	}
	.feature_news_title > a {
	    color: #ff792c;
	    text-align: center;
	    font-family: "Public Sans";
	    font-size: 22px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: 142%;
	    margin: 0 0 0 auto;
	}
/*End Project Index Banner - Desktop*/

@media screen and (max-width: 767px) {
	.feature_news_title[class*="grid"] {
	    flex-direction: column;
	    align-items: flex-start;
	    padding: 0 10px;
	}
	.feature_news_title > a {
		margin: 0;
	}
    	.project_index_article_wrapper.news .project_index_article_list {
        flex-direction: column;
        padding: 0 20px;
    	}
	.project_index_article_wrapper.news .project_index_article_single {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.project_index_article_wrapper.news .project_index_article_single:nth-child(3n + 2) {
	    margin-left: 0;
	    margin-right: 0;
	}
}