.stats h2 {
    color: var(--wp--preset--color--theme-color-one);
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -0.45px;
    font-family: TiemposHeadline-Semibold;
    padding-top: 0px;
    margin-bottom: 4px;
}

.stats .repeatable-content-plus-entry {
  margin-bottom: 0
}
.stats .col {
  text-align: center;
  background-repeat: repeat;
  padding-left: 0;
  padding-right: 0
}
.stats .col.col1 .stat {
 color: var(--wp--preset--color--theme-color-two);
}
.stats .col.col2 .stat {
  color: var(--wp--preset--color--theme-color-one);
}
.stats .col.col3 .stat {
color: #FCCE01;
}
.stats .col.col4 .stat {
  color: var(--wp--preset--color--theme-color-three);
}
.stats .col > a {
  display: block;
  text-decoration: none;
  border-bottom: none
}
.stats .col .content {
  margin: 50px 0px 74px
}
.stats .col .head {
 
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px
}
.stats .col .head p {
  color: var(--wp--preset--color--theme-color-six);
margin-bottom: 0;
font-size: 18px;
line-height: 28px;
text-transform: initial;
font-family: 'europa';
}
.stats .col .stat {
  color: var(--wp--preset--color--theme-color-black);
font-size: 45px;
letter-spacing: .05em;
line-height: 1;
font-family: TiemposHeadline-Semibold;margin-top: 14px;
margin-bottom: 11px;
}
.repeatable-content-plus-entry.col-sm-6.col-lg-3.col::after {
    content: '';
    height: 113px;
    width: 2px;
    position: absolute;
    right: 0px;
    background-color: rgb(207, 207, 207, 57%);
    top: 50%;
    margin-top: -56px;
}
.repeatable-content-plus-entry.col-sm-6.col-lg-3.col:last-child::after {
    display: none;
}
.stats .col .stat span[data-role="counterup"] {
  -webkit-transition: 1000ms all ease-in-out;
  -o-transition: 1000ms all ease-in-out;
  transition: 1000ms all ease-in-out
}
.stats .col .clearfix.stats {
    display: flex;
}
.stats .col .stat span[data-role="counterup"].count-ready {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px)
}
.stats .col .sub-head {
  color: var(--wp--preset--color--theme-color-six);
margin-bottom: 0;
font-size: 18px;
line-height: 28px;
text-transform: initial;
}
/*.stats .col.col4 a {
    cursor: initial;
}*/
@media (min-width: 768px) {
.stats .col {
    -webkit-transition: 150ms all ease-in-out;
    -o-transition: 150ms all ease-in-out;
    transition: 150ms all ease-in-out;
  }
/* .stats .col.has-link:hover.col1 {
    background-color: #fd6b31
  }
.stats .col.has-link:hover.col2 {
    background-color: #178ea0
  }
.stats .col.has-link:hover.col3 {
    background-color: #7ed5d7
  }
.stats .col.has-link:hover.col4 {
    background-color: #e3b901
  }*/
.stats .col.has-link:hover > a:hover,.stats .col.has-link:hover > a:active,.stats .col.has-link:hover > a:visited {
    text-decoration: none;
    border-bottom: none
  }
   .stats .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  } 
}
@media (min-width: 1200px) {
 .stats {
    display: table;
    width: 100%
  }
 .stats:after,.stats:before {
    display: none
  }

}
@media (max-width: 1024px) {
  .stats h2 {
        padding-top: 0px;
  }
  .stats .col .content {
      margin: 50px 0px 48px;
  }
}
@media (max-width: 991px) {
	.stats .col .stat {
		margin-top: 0px;
    	margin-bottom: 0px;
	}
.repeatable-content-plus-entry.col-sm-6.col-lg-3.col::after {
    display: none;
}
.stats .col .content {
    margin: 0px 20px 48px;
}
.section-title {
    padding-bottom: 50px;
}
}
@media (max-width: 767px) {
  .section-title {
      padding-bottom: 32px;
  }
  .stats-section {
      padding-bottom: 0px;
  }
  .stats .col .content {
      margin: 0px 0px 48px;
  }
  .stats .col .stat span[data-role="counterup"].block-at-sm {
    display: block
  }
  .stats h2 {
    color: var(--wp--preset--color--theme-color-one);
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
      padding-top: 0px;
      margin-bottom: 0;
    }
    .stats .col .stat {
    color: var(--wp--preset--color--theme-color-black);
    font-size: 32px;
    letter-spacing: 0;
    line-height: 36px;
    font-family: TiemposHeadline-Semibold;
margin-top: 0px;
margin-bottom: 3px;
}.stats .col .head {
   
    margin-bottom: 0px;
}
.stats .col {
 
    min-width: 50%;
}
.stats .col .head p ,.stats .col .sub-head{
   
    font-size: 14px;
    line-height: 21px;
  
}
}