/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-35 {
	--block-background: white;
	--block-text-color: var(--text-primary);
	background: var(--block-background);
	color: var(--block-text-color)
  }
  
  .block__header {
	margin-bottom: 4rem
  }
  
  .block__pre-title {
	color: var(--primary);
	font-size: 1rem;
	font-weight: 600
  }
  
  .block__title {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.4
  }
  
  @media(min-width:992px) {
	.block__title {
	  font-size: 2.5rem
	}
  }
  
  .block__paragraph {
	font-size: 1.1rem;
	line-height: 1.5;
	opacity: .9
  }
  
  .stats__li {
	margin: auto;
	border-bottom: 1px solid var(--primary);
	padding: 1.5rem 0 !important
  }
  
  .stats__li:last-child {
	border-bottom: none
  }
  
  @media(max-width:576px) {
	.stats__li {
	  width: 70%
	}
  }
  
  @media(min-width:576px) {
	.stats__li {
	  border-right: 1px solid var(--primary);
	  padding: 1.5rem 0 !important
	}
  
	.stats__li:nth-child(3),
	.stats__li:nth-child(4) {
	  border-bottom: none
	}
  
	.stats__li:nth-child(even) {
	  border-right: none
	}
  }
  
  @media(min-width:992px) {
	.stats__li {
	  border-bottom: none;
	  border-right: none !important
	}
  
	.stats__li::after {
	  content: '';
	  display: inline-block;
	  height: 51%;
	  border-right: 1px solid #eee;
	  position: absolute;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  margin: auto
	}
  }
  
  .stats__number {
	color: var(--primary);
	font-size: 4.3rem;
	font-weight: 600
  }
  
  .stats__text {
	font-size: .87rem;
	opacity: .9
  }