.home-highlight-col {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.highlight-header {
	    background: #0352A6;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px;
}

.highlight-header h4 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 40px;
}

.highlight-header p {
	margin: 0;
	font-style: italic;
}

.article-links .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ddd;
}

.article-links .row img {
	border-radius: 50%;
	width: 45px;
	margin-right: 15px;
}

.article-links .row a {
	text-decoration: none;
	line-height: 24px;
	color: rgb(12, 72, 137);
	\
}