body {
	font-family: 'Quicksand', sans-serif !important;
}


h1, h2, h3,h4,h5,h6 {
	color: #474747;
}
header {
	padding: 10px 0px;
	background: #bb2929;
}

header .logo {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	text-transform:uppercase;
}

header .logo:hover {
	color:#fff;
}

header .link {
	color:#fff;
}

header .link:hover {
	color:#fff;
}

header .header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section h1 {
	color: #474747;
}

.hero-section {
	background: #f6f6f6;
}

.blog-card {
	margin-bottom:35px;
}

.blog-card__wrapper-link {
	text-decoration:none;
}


.blog-card__image {
	object-fit: cover;
	max-width: 100%;
	height: 250px;
	vertical-align: middle;

}

.blog-card__title {
	color: #000;
	font-size: 16px;
	margin: 15px 0px 10px 0px;
}


.title-block__title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	color:#474747;
}

.blog-card__date {
	color:#bb2929;
}


.breadcrumbs-section h1  {
	font-size: 28px;
	line-height: 150%;
}

.breadcrumbs-section{
	background: #f2f2f2;
	padding: 20px 0px;
	margin-bottom:30px;
}


footer .logo {
	text-decoration:none;
	font-weight: bold;
	color: #6d6d6d;
}

#blog {
	background: #f6f6f6;
}