.headline {
    justify-content: space-evenly;
    margin: 0 -16px;
}

.headline .headline-item {
    flex-grow:1;
    margin: 16px 8px;
}

.headline .headline-item img { width:100%; }

.polzi { padding: 40px 0;
background-image: url(/resources/images/bgr2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover}
	
.polzi-item {display:inline-block; width:18%; height: auto; vertical-align: top;margin: 5px; line-height: 1.2; /* font-size: 1vw; */ background-color: #fff; border-radius: 15px; padding: 15px; min-height: 180px
}	
.polzi-title { font-size: 17px; font-weight: bold}
.polzi-text { font-size: 14px}	
.polzi-arrow {
background-image: url(/resources/images/arrow.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:13%;}	

.about { padding: 30px 0 60px 0 }	
.about .col-md-3  {line-height: 1.1; font-size: 15px;  padding: 15px;
background-image: url(/resources/images/about-bgr.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
}	
.about-item { width:85%; margin: 0 auto; padding: 10px 30px}
.about-item img { width:26%; margin: 5px 0 }	
.about-title { font-size: 16px}