.hpe-section-warp {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.hpe-section1 {
  padding: 96px 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
  background-color: #F6F7FB;
}

.hpe-section-title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.hpe-section-grid {
  display: grid;
  grid-template-columns: 592px 592px;
  grid-template-rows: 556px;
  gap: 32px;
  padding: 0;
}

.hpe-section-grid-item {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  list-style: none;
}

.hpe-section-grid-item-img-wrap {
  width: 592px;
  height: 352px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8EAF1;
}

.hpe-section-grid-item-img {
  width: 592px;
  height: 352px;
}

.hpe-section1-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
}

.hpe-section-title-wrap {
  display: flex;
  flex-direction: column;
}

.hpe-section-grid-item-title {
  line-height: 150%;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.hpe-section-grid-item-model {
  line-height: 150%;
  font-size: 24px;
  font-weight: 700;
  color: #00A980;
}

.hpe-section-grid-item-description {
  margin: 0;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.hpe-section2 {
  padding: 96px 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
  background-color: #fff;
}

.hpe-section2-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  background-color: #F6F7FB;
}

.hpe-section3 {
  padding: 96px 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../img/img_bg_home3.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.hpe-section3-title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.hpe-section3-item {
  display: flex;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
}

.hpe-section3-content {
  width: 624px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 48px;
  background-color: #fff;
}
