body {
  font-size: 0.85rem;
}

.HowToGetmodule {
  padding: 2.5rem 0;
  background-color: #edffe8;
}
.HowToGetmodule .mySwiper {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.HowToGetmodule .mySwiper .swiper-slide {
  padding: 0 10px;
}
.HowToGetmodule .mySwiper .swiper-wrapper {
  width: 100%;
  padding: 2rem 0;
}
.HowToGetmodule .mySwiper .swiper-pagination {
  text-align: center;
}
.HowToGetmodule .mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #174035;
  border-radius: 4px;
}
.HowToGetmodule .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.1rem;
  border-radius: 4px;
}
.HowToGetmodule .secTitle3 {
  text-align: left;
}
.HowToGetmodule .secTitle3 h2 {
  margin-bottom: 1rem;
}
.HowToGetmodule .secTitle3 p {
  margin-bottom: 0.625rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 0.85rem;
  font-family: var(--main-font, "Filson Pro");
}
.HowToGetmodule .CommonCard:first-child {
  margin-left: 0;
}
.HowToGetmodule .CommonCard:last-child {
  margin-right: 0;
}

.eligibilityBackgorund {
  background-color: white !important;
}

.table-interest-rate {
  padding: 0 7rem;
}
.table-interest-rate table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9rem;
  text-align: left;
}
.table-interest-rate th,
.table-interest-rate td {
  padding: 12px;
  border: 1px solid #ddd;
}
.table-interest-rate th {
  background-color: #f2f2f2;
}
.table-interest-rate tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-interest-rate tr:hover {
  background-color: #f1f1f1;
}

@media (max-width: 768px) {
  .HowToGetmodule .secTitle3 h2 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .HowToGetmodule .mySwiper {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 15rem;
    padding: 0 10px;
  }
  .HowToGetmodule .mySwiper .swiper-wrapper {
    width: 100%;
    padding: 0;
  }
}
