.section-1 .img-cont {
  width: 100%;
  overflow: hidden;
}

.section-1 .img-cont > img {
  width: 100%;
}

.section-2 {
  margin-top: 10rem;
}

.section-2 > .title {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.section-2 > .sub-title {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1rem;
  font-weight: 300;
}

.section-2 .list {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5rem;
  display: flex;
}

.section-2 .list .item {
  width: calc(50% - 2rem);
}

.section-2 .list .item .img-cont {
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.section-2 .list .item .img-cont img {
  width: 100%;
}

.section-2 .list .item .sub {
  color: #fff;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.section-2 .list .item .desc {
  color: #fff;
  margin-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  list-style: outside;
}

.section-3 {
  margin-top: 10rem;
}

.section-3 > .title {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.section-3 .img-cont {
  border-radius: 30px;
}

.section-4 {
  margin-top: 10rem;
}

.section-4 > .title {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.section-4 .sub-title {
  color: #fff;
  font-size: 1.2rem;
}

.section-4 .desc {
  color: #fff;
  margin-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  list-style: outside;
}

@media (width <= 768px) {
  .main-inner .page-title .title {
    display: inline-block;
  }

  .section-1 {
    padding-top: 5rem;
  }

  .section-2 > .title {
    font-size: 2.8rem;
  }

  .section-2 .sub-title {
    font-size: 1.5rem;
  }

  .section-2 .list .item {
    width: 100%;
  }

  .section-2 .list .item .sub {
    font-size: 2rem;
  }

  .section-2 .list .item .desc {
    margin-left: 1rem;
    font-size: 1.5rem;
  }

  .section-2 .list .item .desc > li {
    margin-bottom: .5rem;
  }

  .section-4 .sub-title {
    font-size: 2rem;
  }

  .section-4 .desc {
    margin-left: 1rem;
    font-size: 1.5rem;
  }

  .section-4 .desc > li {
    margin-bottom: .5rem;
  }
}
/*# sourceMappingURL=botfender.8fd9bb05.css.map */
