.common_nav {
  top: 87px;
  min-height: auto;
}

.section1 {
  overflow: unset;
}
.section1 .wrap {
  padding-top: 87px;
  padding-bottom: 80px;
  display: flex;
  gap: 16px;
}
.section1 .wrap .main {
  flex: 1;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
}
.section1 .wrap .main h2 {
  display: flex;
  width: fit-content;
  align-items: center;
  margin-bottom: 20px;
}
.section1 .wrap .main h2::before {
  width: 3px;
  height: 18px;
  content: "";
  display: block;
  margin-right: 8px;
  background-color: #00706B;
}
.section1 .wrap .main ul li {
  display: flex;
  align-items: center;
}
.section1 .wrap .main ul li::before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  margin-left: 8px;
  margin-right: 14px;
  background-color: #5D6970;
  border-radius: 50%;
}
.section1 .wrap .main ul li,
.section1 .wrap .main p {
  color: #5D6970;
  font-size: 14px;
  line-height: 24px;
}
.section1 .wrap .main h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.section1 .wrap .main h4 {
  margin: 15px 0;
}
