.related_articles {
	margin: 26px 0;
}
.related_articles .title {
	margin: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.related_articles ul {
	border: 1px solid #999;
	border-width: 1px 0;
	padding: 20px 0;
	margin: 0;
}
.related_articles li {
    margin-bottom: 0.55em;
    line-height: 1.3em!important;
    list-style: none;
    margin-left: 0;
    padding: 0 0 0 2.2em;
    position: relative;
}
.related_articles li:before {
	content: '';
	left: 0.9em;
	display: block;
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='28' viewBox='0 0 9 28'%3E%3Cpath d='M9 14c0 .266-.11.516-.297.703l-7 7C1.516 21.9 1.265 22 1 22c-.547 0-1-.453-1-1V7c0-.547.453-1 1-1 .266 0 .516.11.703.297l7 7c.187.187.297.438.297.703z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.5em;
	height: 1.3em;
	opacity: 0.7;
	top: 0em;
}
.related_articles li:last-child {
	margin-bottom: 0!important;
}
.related_articles a {
	border-bottom-color: transparent;
}
.related_articles a:hover,
.content .related_articles a:not(.btn):not([style^="background"]):not(.no-hover-color):hover:not(.wp-block-file__button) {
	border-bottom: 1px solid currentColor;
}

@media( max-width: 500px ){
	.related_articles li:before {
		left: 0;
		top: 0.15em;
	}
}












