header {
  position: static;
}
.wrap1 {
  margin-top: 90px;
  margin-bottom: 120px;
}
.wrap1 .container {
  text-align: center;
}
.wrap1 h1 {
  color: #061c3d;
  text-align: center;
  font-family: Rubik;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wrap1 .wrap-img {
  margin-top: 78px;
}
.wrap1 .wrap-desc {
  max-width: 792px;
  margin: 40px auto 0;
  color: #494949;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.wrap1 .wrap-cont {
  margin-top: 82px;
  display: flex;
  column-gap: 48px;
}
.wrap1 .wrap-item {
  padding: 40px;
  flex: 1;
  border-radius: 23px;
  background: rgba(246, 246, 246, 0.56);
}
.wrap1 .wrap-item .item-desc {
  margin-top: 12px;
  color: #494949;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
}
.wrap1 .wrap-item .item-link {
  color: #4174ff;
}
.wrap1 .wrap-item .item-link span {
  display: inline-block;
  transition: all 0.3s;
}
.wrap1 .wrap-item .item-link:hover span {
  transform: translateX(8px);
}
.wrap1 .wrap-item .item-tit {
  margin-top: 10px;
  color: #353535;
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wrap1 .wrap-item.item2 .item-desc {
  max-width: 282px;
  margin: 12px auto 0;
}
@media (max-width: 768px) {
  .wrap1 {
    margin: 40px 0 60px;
  }
  .wrap1 h1 {
    font-size: 32px;
  }
  .wrap1 .wrap-img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .wrap1 .wrap-desc {
    margin-top: 24px;
    font-size: 16px;
  }
  .wrap1 .wrap-cont {
    flex-direction: column;
    row-gap: 40px;
  }
}
