.history {
    padding: 60px 0 60px 0;
    /* border-top: 1px solid rgb(255 255 255); */
}

.history h3 {
       font-size: 50px;
  margin: auto;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
  font-family: var(--font-family1);
  text-transform: uppercase;
  color: var(--color-primary);
     text-align: center;

}

.history .list {
  position: relative;
  margin-top: 60px;
  height: 240px;
  box-sizing: border-box
}

.history .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 119px;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,.3)
}

.history .swiper-slide {
  height: 240px;
  box-sizing: border-box
}

.history .swiper-slide .inner {
  opacity: 1;
  width: 240px;
  height: 240px;
  border: 1px solid transparent;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.history .swiper-slide .inner em {
  width: 113px;
  height: 113px;
  background: var(--color-primary);
  font-size: 24px;
  color: #ffffff;
  line-height: 113px;
  text-align: center;
  display: block;
  border-radius: 50%;
  transition: all .3s ease 0s;
  font-family: var(--font-family1);
}

.history .swiper-slide p {
  display: none;
  margin: 40px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.history .swiper-slide-active .inner {
  border: 1px solid var(--btn-bg);
  border-radius: 50%
}

.history .swiper-slide-active .inner em {
  width: 184px;
  height: 184px;
  line-height: 184px;
  font-weight: 400;
  font-size: 48px;
  color: #ffffff;
  font-family: var(--font-family1);
}

.history .text {
  margin: 40px auto 0;
  max-width: 900px;
  text-align: center
}

.history .text p {
    color: var(--color-primary);
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
    font-family: var(--font-family1);
}

@media screen and (max-width:1550px) {

  .history {
    padding: 60px 0 60px 0;
  }
  .history h3 {
    font-size: 43px;
  }

}

@media screen and (max-width:1440px) {

  .history {
    padding: 60px 0 60px 0;
  }
  .history h3 {
    font-size: 40px;
  }
}

@media screen and (max-width:1367px) {

  .history {
    padding: 60px 0 60px 0;
  }
  .history h3 {
    font-size: 37px;
  }
}

@media screen and (max-width:1280px) {

  .history {
    padding: 60px 0 60px 0;
  }
  .history h3 {
    font-size: 34px;
  }
}
