

/************** BLOG *****************/

.blog-section {
    padding: 120px 0;
}

.blog-post-container {
    margin-bottom: 30px;
}

.blog-post-image-container {
    height: 240px;
    width: 100%;
    background: grey;
}

.blog-post-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-section h2 {
	margin-bottom: 30px;
}

.blog-post-date {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.01em;
	margin: 25px 0 10px;
}

.blog-post-title a {
	font-size: 26px;
    line-height: 36px;
	color: var(--h-color);
}

h3.blog-post-title {
    margin-bottom: 10px;
}

p.blog-post-excerpt {
    margin-bottom: 30px;
}