.page-title-new {
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: rgba(0, 0, 0, 0.96);
}
.more-btn-new {
  margin-top: 10em;
  margin-bottom: 0;
  padding: 0 1.5em;
  min-width: 300px;
  width: fit-content;
  height: 68px;
  background: #4E42C2;
  box-shadow: 0px 6px 15px rgba(38, 219, 255, 0.48);
  border-radius: 65px;
}
.more-btn-new span {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.more-btn-new img {
  position: relative;
  top: 0;
  right: 0;
  margin-left: 5px;
  margin-top: 3px;
  width: 1.5em ;
  transform: rotate(0);
}
.open-tips-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 13px;
}
.note-new {
  position: relative;
}
@media (max-width: 767.98px) {
  .swiper-content-title {
    margin-bottom: 50px;
    line-height: 31px;
  }
  .open-tips-img {
    width: 68px;
  }
  .more-btn-new {
    margin-top: 0.5em;
    min-width: 240px;
    height: 64px;
    border-radius: 36px;
  }
  .more-btn-new span {
    font-size: 16px;
  }
  .note-new {
    margin-top: 4em;
  }
}
@media (max-width: 575.98px){
  .more-btn-new {
    margin-top: 1.5em;
  }
}