.arshine-cert-list {
  padding: 70px 0;
  background-color: #ffffff;
}

.arshine-cert-list h3 {
  font-size: 36px;
  color: var(--color-primary, #333);
  line-height: 1.2;
  text-align: center;
  margin: 0 0 50px 0;
}

.arshine-cert-list .list {
  margin-top: 40px;
  position: relative;
}

.arshine-cert-list .list a {
  height: 278px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.arshine-cert-list .list .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.arshine-cert-list .swiper-button-prev,
.arshine-cert-list .swiper-button-next {
  display: none !important;
}

.arshine-cert-list .swiper-pagination {
  display: block !important;
  position: static;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  line-height: 1;
}

.arshine-cert-list .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background: #d0d0d0;
  margin: 0 6px !important;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.arshine-cert-list .swiper-pagination-bullet:hover {
  background: #a0a0a0;
}

.arshine-cert-list .swiper-pagination-bullet-active {
  background: var(--color-primary, #333) !important;
  width: 20px !important;
  border-radius: 4px;
}

@media screen and (max-width: 1441px) {
  .arshine-cert-list h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1367px) {
  .arshine-cert-list h3 {
    font-size: 36px;
  }
  .arshine-cert-list {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1281px) {
  .arshine-cert-list h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) {
  .arshine-cert-list h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 992px) {
  .arshine-cert-list h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .arshine-cert-list h3 {
    font-size: 24px;
  }
  .arshine-cert-list {
    padding: 40px 0;
  }
  .arshine-cert-list .list {
    margin-top: 25px;
  }
  .arshine-cert-list .list a {
    height: 180px;
  }
}

@media screen and (max-width: 600px) {
  .arshine-cert-list h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .arshine-cert-list h3 {
    font-size: 24px;
  }
  .arshine-cert-list ul li {
    width: 50%;
  }
}