<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-and-stats {
   background-color: var(--magenta);
   padding: 20px 0 45px 0;
   margin-top: 0;
}

.content-and-stats__content{
  color: #fff;
  -webkit-font-smoothing:antialiased;
  display: flex;
  align-items: center;
}

.content-and-stats__content &gt; div:first-child{
  padding-right: 3rem;
}

.content-and-stats h2 {
   font-size: 45px;
   line-height: 1.2;
   margin-top: 20px;
   color: var(--lime);
}
.content-and-stats p{
  color:#fff;
  margin-bottom: 3rem;
}

.content-and-stats .stat-item {
   font-size: 7rem;
   font-weight: 400;
   margin-top: 20px;
   color:var(--lime);
   text-align: center;
}

.content-and-stats .stat-title {
   color: #fff;
   font-size: 24px;
   font-size: 2.4rem;
   font-weight: 700;
   margin-top: 20px;
   text-align: center;
}

@media only screen and (min-width: 1280px) {

  .content-and-stats{
    padding:8rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .content-and-stats__content &gt; div:first-child{
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-and-stats .stat-item {
     font-size: 5rem;
  }
}

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

   .content-and-stats .stat-item {
      font-size: 4rem;
   }

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

}

@media only screen and (max-width: 576px) {
  .content-and-stats .stat-item {
     font-size: 3.2rem;
  }
}</pre></body></html>