.arshine-rela-pro {
  padding: 75px 0;
}
.arshine-rela-pro h3 {
  font-size: 50px;
  color: var(--color-primary);
  line-height: 1;
  text-align: center;
}
.arshine-rela-pro h3::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 15px auto 0;
  display: block;
}

.arshine-rela-pro .list {
  margin: 50px 0 0;
  position: relative;
}
.arshine-rela-pro .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.arshine-rela-pro .swiper-slide .pic > img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.arshine-rela-pro .swiper-slide .txt {
  margin-top: 20px;
  text-align: center;
}
.arshine-rela-pro .swiper-slide .txt h6 {
  font-size: 17px;
  color: #222;
}
.arshine-rela-pro .swiper-slide .txt h6 a {
  display: block;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.arshine-rela-pro .swiper-slide .txt h6 a:hover {
  color: var(--color-primary);
}

.arshine-rela-pro .swiper-slide:hover .pic > img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.arshine-rela-pro .swiper-slide:hover .txt h6 a {
  color: var(--color-primary);
}

.arshine-rela-pro .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 30px;
}
.arshine-rela-pro .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background: #b5b5b5;
  border-radius: 50%;
  opacity: 1;
}
.arshine-rela-pro .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

@media screen and (max-width: 1441px) {
  .arshine-rela-pro h3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1367px) {
  .arshine-rela-pro h3 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1281px) {
  .arshine-rela-pro h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1171px) {
  .arshine-rela-pro h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .arshine-rela-pro h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .arshine-rela-pro h3 {
    font-size: 28px;
  }
  .arshine-rela-pro {
    padding: 30px 0;
  }
  .arshine-rela-pro .list {
    margin: 25px 0 0;
  }
  .arshine-rela-pro .swiper-slide .txt {
    margin-top: 15px;
  }
  .arshine-rela-pro .swiper-slide .txt h6 {
    font-size: 16px;
  }
  .arshine-rela-pro .swiper-slide .txt h6 a {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .arshine-rela-pro h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .arshine-rela-pro h3 {
    font-size: 24px;
  }
}
