.policy {
    background-color: #f4f1ec;
    background-image: url(../img/top/news-bg-blur.jpg), url(../img/top/news-bg-blur.jpg);
    background-position: top right -100px, bottom left -100px;
    background-size: 500px, 500px;
    background-repeat: no-repeat, no-repeat;
}

.hero:before{
    z-index: -1;
    background: url('../img/hero-bg-company.jpg') no-repeat center center/cover; 
}
.policy h2{
	font-size:var(--font-size-base);
	color:var(--color-primary)
}
.policy h2:nth-of-type(n+2) {
	margin:var(--spacing-md) 0 var(--spacing-xs);
}