.content-and-stats-image img {
  float:right;
}

.content-and-stats {
  padding:60px 0 45px 0;
}

.content-and-stats .row {
  align-items:center;
}

.content-and-stats .stats{
  margin-top: 3rem;
}

.content-and-stats h2 {
  line-height:1.2;
  margin:20px 0;
}

.content-and-stats .stat {
  text-align:center;
  word-spacing:100vw;
}

.content-and-stats .stat-item {
  font-weight:400;
  font-family: var(--font-headings);
  margin-top:20px;
  margin-bottom: 0;
  text-transform: none !important;
}

.content-and-stats .stat-title {
  font-family:var(--font-sans);
  font-weight:500;
  font-style:normal;
  margin-top:1rem;
}

@media only screen and (max-width:1280px) {
  .content-and-stats .stat-title {
    font-size: var(--wp--preset--font-size--sm) !important;
  }
}

@media only screen and (max-width:1280px) {
  .content-and-stats .stat-item {
    font-size:60px;
  }
}

@media only screen and (max-width:768px) {

  .content-and-stats {
    text-align:center;
  }

  .content-and-stats h2 {
    font-size:36px;
    line-height:1.2;
  }

  .content-and-stats p {
    padding:0 20px;
  }

  .content-and-stats .button {
    margin:15px 0;
  }

  .content-and-stats .stat-item {
    font-size:40px;
  }

}