<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.impact-circles-row .impact-circles-col {
  position: relative;
  text-align: center;
  color: #245251;
}

.impact-circles-col h3 {
  color: #245251;
}
.impact-circle {
  background: #E9EADE;
  border: 6px solid #F9F9F9;
  height:280px;
  width: 280px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.impact-circle h1 {
  color: #245251;
  font-size: 100px;
  line-height: 110px;
  margin-top: 30px;
}

.impact-circle img {
  position: absolute;
  top: 55px;
  height: 30px;
}

.impact-circle .circle-contain svg {
  width: 274px;
  height: 274px;
  position: absolute;
  top: -4px;
  left: -4px;
}


@media screen and (max-width: 992px) {
  .impact-circles-row, .impact-circles-col {
    padding: 0px;
  }
  .impact-circle {
    height: 185PX;
    width: 185PX;
  }
  .impact-circle .circle-contain svg {
    width: 180px;
    height: 180px;
  }

  .impact-circle img {
    top: 42px;
  }
  .impact-circle h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 60px;
  }
}
</pre></body></html>