
.module__stats .stat-heading {
	font-size: 56px;
  font-family:'americane';
	font-weight: 800;
  color:#fff;
  text-align: center;
	line-height: 56px;
}

.module__stats .no-head p {
	font-size: 18px;
  font-family:'proxima-nova';
	font-weight: 400;
	line-height: 2.5rem;
	margin: 1rem 0;
}
.module__stats .stat {
	margin-bottom: 2rem;
	padding: 17px;
  text-align:center;
  max-width:300px;
}

.module__stats .stat p {
  font-family:'proxima-nova';
}
@media (max-width: 768px){
  

  
  .module__stats .heading {
    font-size: 36px;
    line-height: 44px;
  }

  .module__stats .stat {
	margin-bottom: 0;
	padding: 17px;
  text-align:center;
  max-width:293px;
}
}


@media (min-width: 769px) {
	.stat {
		margin-bottom: 0;
  
	}
	.stats-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap:15px;
	}
	.stats-wrapper div {
		-webkit-box-flex: 30%;
		-ms-flex: 30%;
		flex: 30%;
		align-self: stretch;
	}
}
.module__stats .stat svg {
	width: 48px;
	height: 100%;
	margin-bottom:10px;
}

.module__stats .stat-label{
/* 	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 162.5% */ */
}	