.banner {
  position: relative;
  background: rgba(21, 46, 86, 0.79);
  height: 295px;
  text-align: center;
}
.banner .min-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner .wrap-h1,
.banner .wrap-desc {
  color: #fff;
}
.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 1;
  width: 230px;
  height: 253px;
  background: url(../../img/public-banner-before.svg) no-repeat;
  background-size: 100% 100%;
}
.banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 45px;
  z-index: 1;
  width: 246px;
  height: 200px;
  background: url(../../img/public-banner-after.svg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .banner {
    height: auto;
    padding: 45rem 0;
  }
  .banner::before,
  .banner::after {
    display: none;
  }
}
.wrap-1 {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    margin-top: 60rem;
  }
}
.wrap-1 .flex-wrapper {
  flex-flow: row wrap;
}
.wrap-1 .wrap-intro {
  flex-shrink: 0;
  width: 518px;
  height: 556px;
}
.wrap-1 .wrap-intro_title {
  font-size: 20px;
}
.wrap-1 .wrap-intro_desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #f5a253;
  margin: 16px 0;
}
.wrap-1 .wrap-intro_list {
  padding-left: 20px;
}
.wrap-1 .wrap-intro_list .intro-list_item {
  list-style-type: disc;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 16px;
}
.wrap-1 .wrap-intro_tag {
  width: fit-content;
  font-weight: 300;
  font-size: 14px;
  border-radius: 26px;
  background: #fdf3ea;
  padding: 5px 15px;
  margin-bottom: 12px;
}
.wrap-1 .wrap-intro_tips {
  line-height: 1.5;
  margin: 15px 0;
}
.wrap-1 .wrap-goal {
  flex-shrink: 0;
  width: 100%;
  height: 160px;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  border-radius: 10px;
  background: #f5a253;
  margin-top: 40px;
  padding: 28px 58px 28px 38px;
}
.wrap-1 .wrap-goal_title {
  width: 780px;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}
.wrap-1 .wrap-goal_title .goal-title_lighlight {
  color: #152e56;
}
.wrap-1 .wrap-goal_desc {
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    padding-bottom: 50rem;
  }
  .wrap-1 .wrap-img {
    display: none;
  }
  .wrap-1 .wrap-intro {
    width: 100%;
    height: auto;
    background: linear-gradient(0deg, rgba(39, 83, 138, 0.87) 0%, rgba(39, 83, 138, 0.87) 100%), url(../../img/about-us/about-us-img.png) lightgray 50% / cover no-repeat;
    border-radius: 14rem;
    padding: 15rem;
  }
  .wrap-1 .wrap-intro_title {
    font-size: 20rem;
    color: #fff;
  }
  .wrap-1 .wrap-intro_desc {
    font-size: 12rem;
    color: #fff;
    margin: 8rem 0;
  }
  .wrap-1 .wrap-intro_list {
    padding-left: 20rem;
  }
  .wrap-1 .wrap-intro_list .intro-list_item {
    font-size: 14rem;
    margin-bottom: 16rem;
    color: #fff;
  }
  .wrap-1 .wrap-intro_tag {
    font-size: 12rem;
    line-height: 1.5;
    color: #fff;
    border-radius: 26rem;
    padding: 5rem 15rem;
    margin-bottom: 12rem;
    background: rgba(255, 255, 255, 0.26);
  }
  .wrap-1 .wrap-intro_tips {
    font-size: 14rem;
    text-align: center;
    color: #fff;
    margin: 15rem 0;
  }
  .wrap-1 .wrap-goal {
    width: 100%;
    height: auto;
    border-radius: 10rem;
    margin-top: 20rem;
    padding: 28rem;
  }
  .wrap-1 .wrap-goal_title {
    order: 2;
    width: 100%;
    font-size: 18rem;
    margin-top: 18rem;
  }
  .wrap-1 .wrap-goal_desc {
    order: 3;
    line-height: 1.5;
    margin-top: 10rem;
  }
  .wrap-1 .wrap-goal_img {
    order: 1;
  }
}
