.section1 .wrap {
  padding-top: 120px;
  padding-bottom: 145px;
}
.section1 .wrap .item {
  position: relative;
}
.section1 .wrap .item:not(:last-child) {
  margin-bottom: 145px;
}
.section1 .wrap .item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.3;
  top: 0;
  background: linear-gradient(180deg, #19344F 0%, rgba(25, 52, 79, 0) 100%);
}
.section1 .wrap .item .content {
  position: absolute;
  top: 90px;
  text-align: center;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  width: 820px;
}
.section1 .wrap .item .content .title {
  margin-bottom: 16px;
}
.section1 .wrap .item .content .title h3 {
  color: #fff;
  font-size: 32px;
}
.section1 .wrap .item .content .text {
  margin-bottom: 30px;
}
.section1 .wrap .item .content .text p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
