.billow.archive header.archive-header {
	position: relative;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}

.billow.archive header.archive-header .archive-title {
	font-size: 1.9rem;
}

.billow.archive header.archive-header .archive-background {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #e3f6f5;
	opacity: 0.3;
	font-size: 7.5rem;
	line-height: 1.38;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	pointer-events: none;
}

.billow.archive .main-wrap .main-content article.lbrt-archive {
	padding: 2.5rem;
	box-shadow: 0 11px 40px rgba(79, 118, 157, 0.1);
}

.billow.archive .main-wrap .main-content article.lbrt-archive .title-archive {
	font-size: 2.25rem;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 0.6rem;
	margin: 0;
}
