@keyframes scale2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.about-page-wrap > div,
.about-page-wrap > section {
  padding: 100px 0;
}

.about-page-wrap p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}

.about-page-wrap .main-href {
  margin-top: 50px;
  text-align: center;
}

.about-page-wrap .main-href a {
  display: inline-block;
  padding: 15px 65px;

  background: var(--color-primary);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.about-page-wrap .main-href a:hover {
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.about-page-wrap .main-href a i {
  margin-left: 10px;
  font-size: 12px;
}

.about-page-wrap .main-href a:nth-child(2) {
  padding: 15px 73px;
  margin-left: 30px;
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.about-page-wrap .main-href a:nth-child(2):hover {
  background: var(--color-primary);
}

.about-page-wrap .title {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.about-page-wrap .title h1,
.about-page-wrap .title h1 a,
.about-page-wrap .title h2,
.about-page-wrap .title h2 a,
.about-page-wrap .title h3,
.about-page-wrap .title h3 a,
.about-page-wrap .title h4,
.about-page-wrap .title h4 a,
.about-page-wrap .title h5,
.about-page-wrap .title h5 a {
  font-size: 36px;
  letter-spacing: 2px;
  color: #000009;
}

.about-page-wrap .title b {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 17px;
  letter-spacing: 0;
}

.about-page-wrap .title p {
  margin-top: 20px;
}

.about-categoriespic {
  position: relative;
  margin-top: 70px;
}

.about-categoriespic div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.about-categoriespic div span {
  display: block;
  overflow: hidden;
}

.about-categoriespic div span:nth-child(1) {
  margin-top: 100px;
}

.about-categoriespic div span:nth-child(3) {
  margin-top: 218px;
}

.about-categoriespic div span:nth-child(2) {
  margin: 0 38px;
}

.about-categoriespic div span img {
  width: 100%;
}

.about-categoriespic div span img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.about-categoriespic b {
  position: absolute;
  left: 19%;
  top: 52%;
  z-index: 2;
}

.about-categoriespic b img {
  max-width: 100%;
}

@media screen and (max-width: 1580px) {
  .about-page-wrap .title h3 {
    font-size: 34px;
  }

  .about-page-wrap > div {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1400px) {
  .about-page-wrap .href a {
    padding: 13px 18px;
    font-size: 12px;
  }

  .about-page-wrap .main-href a {
    padding: 15px 50px;
  }

  .about-page-wrap .title h1,
  .about-page-wrap .title h1 a,
  .about-page-wrap .title h3,
  .about-page-wrap .title h3 a {
    font-size: 32px;
  }
}

@media screen and (max-width: 1280px) {
  .about-page-wrap > div {
    padding: 60px 0;
  }
}

@media screen and (max-width: 960px) {
  .about-page-wrap .main-href a {
    font-size: 14px;
  }

  .about-page-wrap .main-href a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
    padding: 15px 49px;
  }

  .about-page-wrap .title {
    width: 100%;
  }

  .about-page-wrap > div {
    padding: 40px 0;
  }

  .about-page-wrap .title h1,
  .about-page-wrap .title h1 a,
  .about-page-wrap .title h3,
  .about-page-wrap .title h3 a {
    font-size: 30px;
  }

  .about-page-wrap p {
    font-size: 15px;
  }

  .about-categoriespic div span,
  .about-categoriespic div span:nth-child(1),
  .about-categoriespic div span:nth-child(2),
  .about-categoriespic div span:nth-child(3) {
    width: 100%;
    margin: 20px 0 0;
  }

  .about-categoriespic div span img {
    width: 100%;
  }

  .about-categoriespic {
    margin-top: 10px;
  }

  .about-page-wrap .main-href a {
    padding: 15px 40px;
  }

  .about-num {
    margin-top: 20px;
  }

  .about-num::before {
    left: calc(50% + 25px);
    transform: translateX(-50%);
  }

  .about-num .main-href {
    text-align: center;
  }

  .about-page-wrap .swiper-pagination {
    margin-top: 40px;
  }

  .about-categories {
    margin-top: 0;
  }
}
