.structure .structure-slider {
  overflow: hidden;
}

.structure .structure-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.structure .structure-item .structure-img {
  width: 100%;
  border-radius: 8px;
  border: 4px solid #fff;
  margin: 0 10px;
}

.structure .structure-item img {
  max-width: 100%;
  height: auto;
}

.structure .structure-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.structure .structure-item p {
  font-size: 14px;
  color: #444444;
  margin: 0;
}

.structure .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.structure .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.structure .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}