.statistic_section {
  position: relative;
}

.statistic_section .container {
  position: relative;
}

.statistic_section .statistic_grids {
  border: 1px solid #e82561;
  padding: 80px 100px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.statistic_section .f-shape-1,
.statistic_section .f-shape-2 {
  position: absolute;
  left: -160px;
  top: -35px;
  z-index: -1;
}

.statistic_section .f-shape-2 {
  left: auto;
  right: -160px;
}

.statistic_section .statistic_grids .grid {
  width: calc(100% / 3);
  float: left;
}

.statistic_section .grid h3 {
  font-size: 70px;
  font-size: 4.6666666667rem;
  line-height: 40px;
  font-weight: 500;
  color: #c30e59;
  margin: 0 0 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.statistic_section .grid h3 + p {
  font-size: 20px;
  font-size: 1.3333333333rem;
  margin: 0;
  color: #c30e59;
  font-family: "Muli";
  text-align: center;
  margin-top: -20px;
}
