.benefitsmodule {
  padding: 2.5rem 0;
  background: url("/bg.png") repeat-x;
}
.benefitsmodule p {
  margin-bottom: 0.625rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
}
.benefitsmodule .mySwiper {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.benefitsmodule .mySwiper .swiper-slide {
  padding: 0 10px;
}
.benefitsmodule .mySwiper .swiper-wrapper {
  width: 100%;
  padding-bottom: 2rem;
}
.benefitsmodule .mySwiper .swiper-pagination {
  text-align: center;
}
.benefitsmodule .mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #174035;
  border-radius: 4px;
}
.benefitsmodule .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.1rem;
  border-radius: 4px;
}
.benefitsmodule .secTitle3 {
  text-align: left;
}
.benefitsmodule .secTitle3 h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #004135;
  line-height: 1;
  margin-bottom: 1rem;
}
.benefitsmodule .secTitle3 p {
  margin-bottom: 0.625rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
}
.benefitsmodule .srb-btn {
  text-align: center;
  background: #004135;
  color: #edffe8;
  margin: auto;
  width: 20%;
}
.benefitsmodule .srb-btn a {
  text-decoration: none;
}
.benefitsmodule .srb-btn:hover {
  background: #47ee40;
  color: #004135 !important;
}

@media (max-width: 768px) {
  .benefitsmodule {
    padding: 1rem 0 !important;
  }
  .benefitsmodule thead,
  .benefitsmodule tbody,
  .benefitsmodule tfoot,
  .benefitsmodule tr,
  .benefitsmodule td,
  .benefitsmodule th {
    font-size: 11px;
  }
  .benefitsmodule .secTitle3 h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .benefitsmodule .secTitle3 p {
    font-size: 0.85rem;
    margin-bottom: 0;
  }
  .benefitsmodule .srb-btn {
    width: -moz-fit-content;
    /* For older versions of Firefox */
    width: fit-content;
  }
}
