body {
  font-family: "Plus Jakarta Sans", serif;
  background: #fff;
  background-image: radial-gradient(#b7d4ff 5%, transparent 0);
  background-size: 20px 20px;
}

.swiper-pagination-bullet {
  background: white !important;
  width: 9px !important;
  height: 9px !important;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.description h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0px;
  color: #02316e;
}
.description h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0px;
  color: #02316e;
}
.description h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0px;
  color: #02316e;
}

.description p {
  margin-top: 12px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .description h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
}
@media screen and (min-width: 1368px) {
  .description h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
}
