.ctn1 {
  padding: 100px 0 120px;
  overflow: hidden;
}
.ctn1 .title {
  text-align: center;
}
.ctn1 .title h1 {
  font-weight: 500;
}
.ctn1 .title h3 {
  color: #999;
  margin-top: 10px;
}
.ctn1 .text {
  padding-top: 40px;
}
.ctn1 .text p {
  margin-top: 30px;
  color: #666;
  line-height: 1.8;
}
.ctn1 .text p strong {
  font-weight: 700;
}
.ctn1 .text p img {
  max-width: 100%;
}
@media screen and (max-width: 1600px) {
  .ctn1 {
    padding: 5vw 0 6vw;
  }
  .ctn1 .text {
    padding-top: 2vw;
  }
  .ctn1 .text p {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding: 40px 0;
  }
  .ctn1 .text {
    padding-top: 10px;
  }
  .ctn1 .text p {
    margin-top: 10px;
  }
}
