

.rel-stories h4{
	font-size: 34px;
    line-height: 46px;
    color: #c0a265;
    margin: 0 0 30px;
    font-weight: 400;
}
.rel-stories ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.rel-stories li a{
    font-size: 18px;
    line-height: 29px;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #dbdbdb;
    background: url(../img/sector-inner/Arrow_External.png) no-repeat left center transparent;
    display: block;
    color: #4d4d4d;
    text-decoration: none;
}

.rel-stories.full-width .links{
	width: 100%;
}
.download-brochure a{
	padding: 10px;
    margin-top: 30px;
    /*margin-bottom: 30px;*/
    background: transparent;
    border: 1px solid #C0A264;
    color: #c0a265;
    font-weight: 500;
    transition: 0.5s ease all;
    text-decoration: none;
    display: inline-block;
}
.download-brochure a:hover{
	background: #c0a265;
	color: #fff;
}
.rel-stories li:nth-child(4) a{
	border:0!important;
}
.rel-stories li a:hover{
	color:#c0a265;
}
