section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
section .cover {
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  position: absolute;
}
section p {
  margin: 0;
}
section a.button {
  display: inline-block;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 3px;
  -webkit-transition: color .3s ease-out,background .3s ease-out;
  transition: color .3s ease-out,background .3s ease-out;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
}
section a.button:hover {
  background: #fff;
  color: #a4d65e;
}
section.section1 {
  height: 540px;
  color: #fff;
}
section.section1 .title {
  font-size: 36px;
  margin-top: 100px;
}
section.section2 {
  background-color: #3d3f40;
  padding: 2rem 0;
  color: #fff;
}
section.section2 p.title {
  font-size: 38px;
  line-height: 120%;
  margin-bottom: 40px;
}
section.section2 .a-component-header {
  margin-bottom: 0;
}
section.section2 .a-component-header h2 {
  margin-top: 0;
}
section.section3 {
  padding: 2rem 0;
}
section.section4, .section5 {
  padding: 2rem 0;
}
section.section4 {
  color: #fff;
}
section.section4 .a-component-header h2 {
  margin: 0;
}
section.section5 .a-component-header h2 {
  margin: 0;
}
section.section5 a.button {
  border-color: #0057b8;
  color: #0057b8;
  float: right;
}
section.section5 a.button:hover {
  background: #0057b8;
  color: #fff;
}

section.section1 .swiper-slide  {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section.section1 {
    height: calc(100vh - 54px);
  }
  section.section1 .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
  }
  section.section1 .title {
    /* margin-top: 0; */
  }
  section a.button {
    display: block;
    width: 100%;
    text-align: center;
  }
}