@font-face {
  font-family: Poppins-ExtraBold;
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.about-container {
  width: 100%;
  background: #F0F5FB;
  position: relative;
}
.about-container .grand-prix-header {
  width: 100%;
  height: 320px;
  background: url("../images/mask-group.png") no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.about-container .grand-prix-header .grand-prix-header-title {
  background: linear-gradient(20.0885942452deg, #C0FF3A 0%, #00FFA3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  text-align: center;
  margin: 175px auto 0;
  font-weight: bold;
}
.about-container .about-content {
  width: 100%;
  padding-bottom: 54px;
  box-sizing: border-box;
  transform: translateY(-62px);
}
.about-container .about-content .about-content-warp {
  background: #fff;
  padding: 52px;
  box-sizing: border-box;
}
.about-container .about-content .about-content-warp .about-content-text {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.about-container .about-content .about-content-warp .about-content-label {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #DFE6EC;
  box-sizing: border-box;
  position: relative;
  margin-top: 36px;
}
.about-container .about-content .about-content-warp .about-content-label::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 3px;
  background: #005EFF;
  left: 0;
  bottom: 0;
}
.about-container .about-content .about-content-warp .about-list {
  width: 100%;
  margin-top: 36px;
}
.about-container .about-content .about-content-warp .about-list .about-content-item + .about-content-item {
  margin-top: 50px;
}
.about-container .about-content .about-content-warp .about-list .about-content-item {
  width: 100%;
}
.about-container .about-content .about-content-warp .about-list .about-content-item .about-content-item-label {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}
.about-container .about-content .about-content-warp .about-list .about-content-item .about-content-item-value {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.about-container .about-content .about-content-warp .about-list .about-content-item .about-content-item-value .about-content-value-item + .about-content-value-item {
  margin-left: 70px;
}
.about-container .about-content .about-content-warp .about-list .about-content-item .about-content-item-value .about-content-value-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
}
.about-container .about-content .about-content-warp .about-list .about-content-item .about-content-item-value .about-content-value-item img {
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 13px;
}

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