.stats {
  padding: 16px 0;
  background-color: #2F879F;
  margin-bottom: 24px;
}

.stats__title {
  margin-bottom: 20px;
  font-family: "AndesBold";
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff;
}

.stats__body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: start;
}

.stats__item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 280px;
  width: min-content;
}

.stats__item.stats__sign {
  align-self: center;
}

.stats__item-title {
  font-family: "Open Sans";
  /*font-weight: 700;*/
  font-size: 36px;
  line-height: 44px;
  color: #EDEF4E;
  margin-bottom: 8px;
}

.stats__item-unit {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.stats__item-text {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 16px;
}

.stats__item-link {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}

.stats__item-link img {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
.stats__body{
  text-align: center;
}
.stats__body {
  flex-flow: column wrap;
}
.stats__item {
  width: unset;
  max-width: unset;
  text-align: center;
  align-items: center;
  padding: 10px;
}
}
.regionSec {
  padding: 10px 0 15px 0;
  background-color: #2F879F;
  margin-bottom: 24px;
}
.regionSec h4 {
  font-family: "AndesBold";
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.regionSec ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.regionSec ul li {
  margin: 0;
  list-style-type: none;
  text-align: center;
  flex-grow: 1;
  flex-basis: 20%;
}
.regionSec ul li .stlOne {
  padding: 0 25px;
  margin-top: 50px;
}
.regionSec ul li .stlOne h5 {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 5px;
}
.regionSec ul li .stlOne h5.txt1 {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 34px;
  color: #dde654;
  margin-bottom: 5px;
}
.regionSec ul li .stlOne h6 {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 5px;
}
.regionSec ul li .stlOne h6.clr1 {
  color: #dde654;
}
.regionSec ul li .stlOne h6:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #96c3cf;
  position: relative;
  margin: 8px auto;
  display: block;
}
.regionSec ul li .stlOne p {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
  margin-top: 5px;
}
.regionSec ul li .stlTwo {
  border: 1px solid #FFF;
  border-radius: 50%;
  padding: 50px 35px;
  margin-top: -15px;
}
.regionSec ul li .stlOne.stlThree {
  margin-top: 40px;
}
@media screen and (max-width: 60em) {
.hBanner img {
  width: auto;
  height: auto;
}
.regionSec h4 {
  text-align: center;
  padding: 0 10px;         
}
.regionSec ul {
  display: inherit;
  margin: 0 40px;
}
.regionSec ul li {
  display: block;
  margin-bottom: 20px;
}
.regionSec ul li .stlTwo {
  margin-top: 0;
}
.regionSec ul li .stlOne {
  margin: 30px 0;
}
}