@media (max-width: 1200px) {
  section:nth-of-type(1) ul {
    flex-direction: column;
    align-items: center;
  }
  section:nth-of-type(2) {
    height: auto;
  }
  section:nth-of-type(2) img {
    width: 90%;
    margin: 10vw auto;
  }
  section:nth-of-type(2) p {
    width: 90vw;
  }
  section:nth-of-type(3) .wrap {
    background: none;
  }
  .bg {
    height: auto!important;
    padding:10px;
  }
  section:nth-of-type(3) .divider {
    flex-direction: column;
    align-items: center;
    margin: 0!important;
    
  }
  section:nth-of-type(3) .divider .left,
  section:nth-of-type(3) .divider .right {
    padding: 0;
    padding-left: 100px;
    background-size: 12vw auto!important;
    background-position: 10vw center!important;
    margin-bottom: 30px!important;
  }
  section:nth-of-type(3) .divider .left {
    margin-right: 0;
  }
  section:nth-of-type(3) .divider p {
    line-height: unset!important;
  }
  section:nth-of-type(5) img {
    width: 90%;
  }
  .title-1,.title-2 {
    background-size: 3vw auto!important;
  }
  footer {
    height: auto;
  }
  footer ul {
    width: 90vw;
    padding-left: 0;
    line-height: 2;
  }
  header {
    height: 20vh;
  }
  section:nth-of-type(2) p {
    text-align: center;
    margin-bottom: 3vh;
  }
  header .wrap {
    display: flex;
    align-items: center;
  }
  footer .copyright {
    width: 80vw;
    margin:  3vw auto;
    line-height: 2;
    padding-bottom: 10px;
  }
  p, a, li, div {
    font-size: 2.4296vw!important;
  }
  h1 {
    font-size: 4.7877vw!important;
    margin: 0 auto!important;
    text-align: center;
  }
  h2,h3,h4 {
    margin: 3vw 0 !important;
    font-size: 3.7877vw!important;
  }
  section:nth-of-type(1) li {
    margin-bottom: 10vw!important;
  }
  section:nth-of-type(1) p {
    line-height: 2;
  }
  section:nth-of-type(4) > p {
    margin-bottom: 1vw!important;
  }
  section:nth-of-type(4) ul .item {
    margin: 0;
  }
  section:nth-of-type(4) p {
    line-height: 1.5;
  }
  .solid-content {
    width: 100%;
  }
  .slick-dots {
    margin: 3vw auto!important;
  }
}