@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
.page_full_width_wrapper {
  margin-top: 100px !important;
}

.about-new {
  font-family: "Roboto";
  font-weight: 400;
  color: #333;
}
.about-new .title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.about-new .list {
  padding: 0;
  margin: 0 0 74px 0;
  list-style: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.about-new .list li {
  background: transparent url("img/about-new-list-icon.png") no-repeat left center;
  padding: 6px 0 0 49px;
  margin: 0 0 20px 0;
  min-height: 28px;
}
.about-new .banner {
  background: transparent url("img/about-new-banner.png") no-repeat 0 0;
  min-height: 129px;
  padding: 52px 224px 10px 49px;
  margin: 0 0 81px 0;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  background-size: contain;
  overflow: hidden;
}
.about-new .stat {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  margin: 50px 0 0 0;
}
.about-new .stat > div {
  /**/
}
.about-new .stat > div > div {
  font-size: 125px;
  font-weight: 700;
  color: #1d3469;
  line-height: 110px;
  font-family: "BebasNeueBold";
  background: linear-gradient(118deg, #363d74, #563f51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-new .stat > div > span {
  font-size: 24px;
  line-height: 15px;
}

@media (max-width: 1200px) {
  .about-new .banner {
    padding: 10px;
    font-size: 16px;
    min-height: auto;
    margin: 0 0 30px 0;
    height: 50px;
  }
  .about-new .stat {
    flex-flow: column;
    margin: 20px 0 0 0;
  }
  .about-new .stat > div {
    margin: 0 0 14px 0;
  }
  .about-new .stat > div > div {
    font-size: 60px;
    line-height: normal;
  }
  .about-new .stat > div > span {
    /**/
  }
}
@media (max-width: 599px) {
  .about-new .banner {
    display: none;
  }
}

/*# sourceMappingURL=custom.css.map */
