.highlight {
	color: #fff;
	background: var(--primary-color);
	padding: 5px 25px 25px;
}
.highlight h1 {
	border-bottom-color: #fff;
}
.highlight h3 {
	font-family: var(--font);
}
.separe {
	width:115px;
	height: 5px;
	background: #fff;
	margin-bottom: 10px;
}
.row.grid>div {
	padding-bottom: 15px;
}
.row.grid img {
	display: block;
	width: 100%;
}
.highlight .img {
	overflow: hidden;
}
.highlight .img img {
	width: 160%;
	margin: 0 -30%;
}

.highlight a:hover {
	color: #000;
	background: #fff;
}


@media (max-width: 920px) {
	.highlight {
		padding: 5px 10px;
	}
	.highlight h1 {
		margin: 10px 0;
	}
}
