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

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

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

.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-size:80px;
  font-weight:900;
  margin-top:20px;
}

.content-and-stats .stat-title {
  font-family:museo-sans, sans-serif;
  font-weight:900;
  font-style:normal;
  font-size:28px;
  margin-top:20px;
}


@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 .cta-button {
    margin:15px 0;
  }

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

  .content-and-stats .stat-title {
    font-size:16px;
  }

}