.blog-header .slide {
	position: relative;
}

.blog-header .slide::before {
	content: "";
	position: absolute;
	top: 30%;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}

.blog-header .detail-cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: fit-content;
	line-height: 1;
	text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.blog-header .title-top {
	margin-bottom: 10px;
	font-family: 'brandon-grotesque', serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
}

.blog-header .title-top span {
	display: flex;
	align-items: center;
	font-family: "abril-text",serif;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.blog-header .title-top span::before,
.blog-header .title-top span::after {
	content: "";
	display: inline-block;
	height: 1px;
	background-color: #fff;
	flex: 1;
}

.blog-header .title-top span::before {
	margin-right: 10px;
}

.blog-header .title-top span::after {
	margin-left: 10px;
}

.blog-header .title {
	font-family: museo-sans, sans-serif;
	font-size: 60px;
	font-weight: 900;
}

@media (min-width: 40em) {
	.blog-header .title-top {
		font-size: 32px;
	}

	.blog-header .title-top span {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.blog-header .title-top span::before {
		margin-right: 15px;
		margin-left: 25px;
	}

	.blog-header .title-top span::after {
		margin-left: 15px;
		margin-right: 25px;
	}

	.blog-header .title {
		font-size: 90px;
	}
}

@media (min-width: 64em) {
	.blog-header .title-top {
		margin-bottom: 15px;
		font-size: 45px;
	}

	.blog-header .title-top span {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.blog-header .title-top span::before {
		margin-left: 50px;
	}

	.blog-header .title-top span::after {
		margin-right: 50px;
	}

	.blog-header .title {
		font-size: 120px;
	}
}