.news-causes {
	position: relative;
    padding: 0 0 96px 0;
    background-size: cover;
    z-index: 99;
}
.btn-light-y {
	border: 2px solid #f7931e;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #f7931e;
    outline: none;
}
.btn-light-y:hover {
	border: 2px solid #f7931e;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    outline: none;
    background-color: #f7931e;
}