.stats{
	/* margin-left: calc(26% - 2em);  */
	/*fix this*/
	/* max-width: 800px; */
	margin-block: 6em;
	max-width: 920px;
	margin-block: 6em;
	margin-inline: auto;
}.stats .item{
	column-gap: 14%;
	display: flex;
	margin-bottom: 4em;
	border-bottom: solid 1px rgba(0,0,0,0.08);
	padding-bottom: 1.5em;
} .stats .list{
	display: flex;
	column-gap: 4em;
	padding: 0 0 0 0;
	margin: 0 0 0 -0.25em;
	width: 80%;
	margin-top: 2em;
}.stats .item + .list{
	border-top:solid 1px rgba(0,0,0,0.08);
	border-bottom:solid 1px rgba(0,0,0,0.08);
	padding: 0.5em 0;
}.stats .stat{
	font-family: "Tiempos Headline Medium";
	font-weight: 300;
	letter-spacing: -0.025rem;
	line-height: 1.22;
}.stats .stat, .stats .logo{
	margin-top: -0.4em;
}.stats .stat{
	width: 220px;
	min-width: 220px;
	font-size: 7em;
}.stats .logo{
	margin-top: 0;
	min-width: 160px;
}.stats h3{
	font-size: 2em;
	margin-bottom: -0.25em;
}.stats h2{
	margin-bottom:2em;
}.stats .logo img{
	max-width: 170px;
}.stats ul{
	list-style: none;
}.stats ul.list li{
	float:left;
	max-width: 100px;
}.stats .logo + .info p{
	margin:1em 0;
}.list p{
	text-align: center;
	font-size: 0.9em;
	margin-top: 0 !important;
	line-height: 1.25;
}
 
/* Features grid */
.related.features {
	grid-template-columns: repeat(4, 1fr);
	column-gap: 0;
	margin: 4em auto 6em;
}
.related.features div {
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding: 1em;
}
.related.features div:nth-child(4n+1) {
	border-right: none;
}
.related.features div img {
	width: 25%;
	height: 3.5em;
	object-fit: contain;
	border-radius: 0;
}
.related.features h2 {
	grid-column: span 4;
}

@media screen and (max-width: 786px) {
	.related.features {
		grid-template-columns: repeat(2, 1fr);
	}
	.related.features h2 {
		grid-column: span 2;
	}
	.stats .item {
		flex-direction: column;
		max-width: 650px;
		margin-inline: auto;
		padding-inline: 3%;
	}
	.stats .list {
		width: 100%;
		column-gap: 10%;
	}
}