.sec1 {
  display: flex;
  align-items: center;
}
.sec1 .pic {
  width: 480px;
}
.sec1 .pic img {
  display: block;
  width: 100%;
}
.sec1 .text {
  flex: 1;
  padding: 0px 20px;
  padding-top: 60px;
}
.sec1 .text .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
}
.sec1 .text .title span {
  color: #eb6796;
}
.sec1 .text .info {
  margin-top: 40px;
}
.sec1 .text .info p {
  font-size: 16px;
  color: #000000;
}
.sec1 .text .info .desc {
  text-indent: 2em;
  margin-bottom: 25px;
  line-height: 30px;
}
.sec1 .text .info .row {
  padding-left: 45px;
  position: relative;
  line-height: 38px;
}
.sec1 .text .info .row:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #aaaaaa;
  position: absolute;
  left: 32px;
  top: 18px;
}

.sec2 {
  margin-top: 100px;
}
.sec2 .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
}
.sec2 .sTitle {
  line-height: 30px;
  font-size: 28px;
  color: #323232;
  margin-top: 40px;
}
.sec2 .text {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  margin-top: 30px;
}

.sec3 {
  padding: 40px 15px;
  border-radius: 15px;
  background-color: #fbe2eb;
  margin-top: 50px;
}
.sec3 .title {
  line-height: 30px;
  font-size: 28px;
  color: #323232;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sec3 .title:first-child {
  margin-top: 0;
}
.sec3 .text p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
}

.sec4 {
  margin-top: 25px;
  padding: 0px 8px 20px;
}
.sec4 p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
}



























