.rounded-stat {
  align-items: center;
  background: #17535d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 286px;
  margin: 0 auto 1em;
  width: 286px;
  padding: 0 1em;
  text-align: center;
  justify-content: center;
  color: #fff;
}

.rounded-stat p:nth-of-type(1) {
  color: #ffffff;
  font-family: "Libre Franklin",Helvetica,Arial,sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 1em;
}
.rounded-stat p:nth-child(2) {
  color: #a0bd00;
  font-size: 1.25em;
}

.page-node-526 .rounded-stat p:nth-of-type(1) {
  font-size: 1.5em;
}

@media (min-width: 992px) {
  .page-node-526 .rounded-stat p:nth-of-type(1) {
    font-size: 2em;
  }
}
@media (min-width: 1116px) {
  .page-node-526 .rounded-stat p:nth-of-type(1) {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) and (max-width: 1115px) {
  .rounded-stat {
    height: 242px;
    width: 242px;
  }
}

/***Three columns with green circles will be full width under tablet breakpoint***/
@media (max-width: 767px) {
 .page-node-526 .main-content .layout--threecol-33-34-33 .layout__region--thirds,
 .page-node-527 .main-content .layout--threecol-33-34-33 .layout__region--thirds {
    width: 100%;
    margin-right: 0;
 }
}