.swiper {
  margin-top: 40px;
  width: 100%;
  /* height: 512px; */
  height: 456px;
  /* height: 400px; */
  max-width: 1350px;
}

.swiper-wrapper {
  position: relative;
  width: 59.35%;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  max-width: 420px;
  object-fit: cover;
}

.news-content {
  width: 70%;
}

.news-heading {
  font-size: 36px;
  color: #eee;
}

.news-content .btn.news-btn {
  display: inline-block;
  font-size: 20px;
  padding: 14px 18px;
  margin-bottom: 6px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
}

.swiper-button-next {
  right: 40%;
  transform: translateX(-50%);
}

.swiper-pagination {
  width: 40%;
  margin: 0;
  padding-left: 0;
}

.swiper-pagination-bullet {
  width: 100%;
  display: flex !important;
  align-items: center;
  height: 43px;
  text-align: left;
  line-height: 20px;
  font-size: 18px;
  color: #161b55;
  opacity: 1;
  background: rgba(132, 129, 139, 0.11);
  padding: 12px 6px;
  border-radius: 0;
  margin: 0;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
  background: #007aff;
  color: #fff;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  height: 57px;
}

/* swiper news modals */
.modal-body img {
  width: 100%;
}

.modal-body p {
  font-size: 18px;
}

.modal-body .disclaimer {
  color: #7e7e7e;
}

.modal-body .testimonial {
  font-style: italic;
  margin-bottom: 0;
  font-size: 16px;
}

#virtaModal .modal-body .list-perks li {
  margin-bottom: 0;
}

#virtaModal h4 {
  color: #1b2649;
  font-size: 32px;
  font-weight: 700;
}

#virtaModal .btn.btn-virta {
  width: fit-content;
  background-color: #1b2649;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 700;
}

#virtaModal .modal-body ul {
  /* line-height: 2; */
  font-size: 16px;
}

#virtaModal .modal-body ul li {
  line-height: 1.4;
  margin-bottom: 24px;
}

#virtaModal .modal-body ul li span {
  color: #1b2649;
  font-weight: 700;
  text-wrap: nowrap;
  text-transform: uppercase;
}

#swordHealth .modal-body p,
#swordHealth .modal-body a:link,
#swordHealth .modal-body a:visited {
  font-size: 18px;
}
