/*
.archive .faketitle {
	text-transform:uppercase;
	
	display:flex;
	margin-top:2rem;
	margin-bottom:2rem;
	
	
}

.archive .faketitle:after {
	content:"";
	background:Red;
	
	display: flex ;
	flex-grow:1;
	margin-left:1rem;
}


*/

.archive h1 {
	font-size: 4.2rem;
	padding: 5rem 0 3rem 5rem;
	text-transform:uppercase;
	font-weight:800;
	
	position:relative;
}

.archive h1:before {
	content:" ";
	display:block;
	font-size: inherit;
	width:3.6rem;
	height:4rem;
	margin-right: 2rem;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 45 48"><path stroke="%234c87c6" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M1.5 46.5 24 24 1.5 1.5"/><path stroke="%234c87c6" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M20.4 46.5 42.9 24 20.4 1.5"/></svg>') left top no-repeat;
	background-size: 92% auto;
	
	position:Absolute;
	left:0;
	top:50%;
	margin-top:-0.725rem;
}

.archive h1 small {
	font-size:1.4rem;
	text-transform:uppercase;
	font-weight: 400;
	display:block;
}

.archive h1 small b {
	font-weight: 700;
}

.archive h1 + p {
	
	font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 1.485rem;
    font-weight: 600;
    line-height: 1.75rem;
	
	margin-top:-2rem;
	margin-bottom: 2rem;
}


@media screen and (min-width: 1000px) {
	
	.archive h1 {
		font-size: 5rem;
		line-height:5rem;
		padding-top: 5rem;
		margin-bottom:3rem;
	}
	
	.archive h1 small {
		float:right;
	
	}
}



