.blog main {
	padding-top: 4em;
}
.blog article{
	position: relative;
}.blog article header{
	position: relative;
	display: flex;
	padding: 0 0 1.5em 0;
	text-wrap: balance;
	width: 98%;
	margin-inline: auto;
}.blog header .client{
	order: -1;
	margin: 0.85em 5% 0.85em 0;
	text-align: right;
	width:20%;
	font-size:0.925em;
}
.client a {
	background-image: url('/img/external-icon3.svg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 15px 15px;
	padding-right: 1.45em;
	padding-top: 0.25em;
}
.blog article {
	max-width: 750px;
	margin-inline: auto;
}.blog h1{
	margin-bottom: 0.6em;
	text-wrap: auto;
	width: 96%;
}.blog .category li{
	margin: 0 0.375em;
}
.blog ul.category {
	margin-bottom: 2.5em;
}
/* .blog .category{
	margin-left: -1.09375em; 1.25 * 0.875
} */
.blog .category li{
	display: inline;
	font-family: "Graphik Light";
	text-transform: uppercase;
	font-size: 0.875em;
	letter-spacing: 0;
	padding: 0.6em 0.8em;
	background-color: #3333331f;
	border-radius: 5px;
}.blog .category li:first-child {
	margin-left: 0;
}ul.category {
		margin: 0;
}.blog header .category + p{
	margin-top: 3.5em;
	max-width: 90%;
	text-wrap: auto;
}.blog main img{
	border-radius: 0.75rem;
}
#case-banner {
	position: relative;
}
.banner-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	width: 200px;
}
.blog article > img{
	display: block;
	margin: 0 auto;
	/* aspect-ratio: 13/5; */
	object-fit: cover;
}
.blog .editorial {
	margin-block: 2em;
}
.blog .editorial-text{
	display: block;
	width: 98%;
	margin-inline: auto;
}.blog .editorial h2{
	margin-right: clamp(20px, 4vw, 80px);
	max-width: unset;
	text-wrap: auto;
	font-size: 2rem;
	margin-block: 1.5rem;
}.gallery{
	margin:5em 0;
	padding:0 0 0 4em;
}.grid {
	display: grid;
}
.grid-2-col {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 0.5em;
}
.col-2-img img { 
	aspect-ratio: 3/2;
	object-fit: cover;
}
.related{
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1200px;
	margin: 6em auto;
	column-gap: 1em;
}.related h2{
	grid-column: span 2;     
}.related h3{
	margin-top: 0.35em;
}.features h3 {
	text-wrap: unset;
	font-size: 1.25rem;
	width: 98%;
}

/* Blog specific CSS */
.blog .author {
	text-transform: uppercase;
	font-size: 0.875em;
	font-family: 'Graphik Light';
	margin-bottom: 3em;
	padding-block: 0.75em;
	border-top: 1px solid #3333331f;
	border-bottom: 1px solid #3333331f;
}
.inline-serif {
	font-family: "Tiempos Headline Regular";
	font-style: italic;
	font-size: 1.25em;
	margin-right: 0.125em;
	text-transform: lowercase;
	line-height: 1;
}
.separator {
	margin-inline: 1.25em;
	-webkit-text-stroke-width: 0.125em;
}

@media screen and (max-width: 768px) {
	.blog article header {
		flex-direction: column;
		/* padding-inline: 3%; */
		max-width: 700px;
		margin-inline: auto;
		padding-inline: 1rem;
	}
	.blog ul.category {
		margin: 0;
	}
	.blog .category li {
		margin: 0 0.75em;
		font-size: 0.8125em;
	}
	.blog article header .client {
		text-align: left;
		width: unset;
	}
	.blog article header#title-section h1 {
		font-size: 2.8rem;
	}
	.blog .editorial {
		padding-inline: 1rem;
	}
	.editorial-text {
		flex-direction: column;
		width: 95%;
		max-width: 555px;
	}
	.editorial h2 {
		max-width: 95%;
		text-wrap: unset;
	}
	.grid-2-col {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 1em;
	}
}

@media screen and (max-width: 500px) {
	.blog article header#title-section h1 {
		font-size: 2rem;
	}
	.blog article > img {
		aspect-ratio: 6/4;
	}
}