.blog-hp::before {
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: proxima-soft-condensed, sans-serif;
	color: #373338;
	font-size: 2rem;
}

.blog-hp .news-item .image img {
	width: 100%;
	border-radius: 6px;
}

.blog-hp .news-item .image {
	margin-bottom: 15px;
}

.blog-hp .news-item .text .title {
	font-size: 1.375rem;
	color: var(--color-primary);
}

@media (max-width: 767px) {
	.blog-hp::before {
		font-size: 1.5rem;
		margin-bottom: 0.9375em;
	}
}
