/**
 * CWP Big Stats
 */
.cwp-big-stats {
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 18px;
}
.cwp-big-stats__title {
  margin-top: 0;
  margin-bottom: 80px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.cwp-big-stats h3, .cwp-big-stats__icon img {
  margin-bottom: 40px;
}
.cwp-big-stats h3 {
  font-size: 80px;
  line-height: 1em;
  color: #FFC627;
  font-weight: bold;
  margin: 0;
  text-align: center;
  width: 100%;
}
.cwp-big-stats__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-right: calc(-.5 * 1.5rem);
  margin-left: calc(-.5 * 1.5rem);
}
.cwp-big-stats__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 70px;
}
.cwp-big-stats__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .cwp-big-stats__item {
    margin-bottom: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
.cwp-big-stats__item__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-right: calc(-.5 * 1.5rem);
  margin-left: calc(-.5 * 1.5rem);
}
.cwp-big-stats__item__wrapper p {
  width: 100%;
  text-align: center;
}
.cwp-big-stats__item__wrapper > * {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 931px) {
  .cwp-big-stats__item__wrapper > .cwp-big-stats__icon {
    flex: 0 0 auto;
    width: auto;
  }
  .cwp-big-stats__item__wrapper > .cwp-big-stats__icon + p {
    display: block;
    flex: 1 1 0%;
    text-align: left;
    margin-top: 0;
  }
}
.cwp-big-stats .circle-stats {
  align-self: center;
  background-image: url(../images/bg-maroon-circle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
  max-width: 350px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cwp-big-stats .circle-stats .cwp-big-stats__item__wrapper {
  padding: 40px;
  font-weight: bold;
}
.cwp-big-stats .circle-stats .cwp-big-stats__item__wrapper h3 {
  color: #FFFFFF;
}
.cwp-big-stats .circle-stats .cwp-big-stats__item__wrapper .cwp-big-stats__icon img,
.cwp-big-stats .circle-stats .cwp-big-stats__item__wrapper h3 {
  margin-top: 0;
  margin-bottom: 20px;
}