.TypeOfLoanmodule {
  padding: 2.5rem 0;
  background: url("/bg.png") repeat-x;
  position: relative;
}
.TypeOfLoanmodule .mySwiper {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 10px;
}
.TypeOfLoanmodule .mySwiper .swiper-wrapper {
  width: 100%;
  margin-bottom: 2rem;
}
.TypeOfLoanmodule .mySwiper .swiper-pagination {
  text-align: center;
}
.TypeOfLoanmodule .mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #174035;
  border-radius: 4px;
}
.TypeOfLoanmodule .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.1rem;
  border-radius: 4px;
}
.TypeOfLoanmodule .swiper-buttons {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #004135;
  color: #004135;
  z-index: 999;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.TypeOfLoanmodule .swiper-buttons:hover {
  background-color: #edffe8;
}
.TypeOfLoanmodule .swiper-buttons svg {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}
.TypeOfLoanmodule .swiper-buttons.swiper-button-next {
  right: 0;
}
.TypeOfLoanmodule .swiper-buttons.swiper-button-prev {
  left: 0;
}
.TypeOfLoanmodule .secTitle3 {
  text-align: center;
  margin-bottom: 2rem;
}
.TypeOfLoanmodule .secTitle3 h2 {
  margin-bottom: 1rem;
}
.TypeOfLoanmodule .secTitle3 p {
  margin-bottom: 0.625rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.TypeOfLoanmodule .TypeOfLoanCard {
  min-height: 255px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1450980392);
  border-radius: 10px;
}
.TypeOfLoanmodule .TypeOfLoanCard a {
  text-decoration: none;
}
.TypeOfLoanmodule .TypeOfLoanCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.TypeOfLoanmodule .TypeOfLoanCard .content {
  padding: 10px;
  margin-top: 1rem;
}
.TypeOfLoanmodule .TypeOfLoanCard .content h6 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2rem;
  font-family: var(--main-font, "Filson Pro");
  margin-bottom: 0.225rem;
}
.TypeOfLoanmodule .TypeOfLoanCard .content p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.TypeOfLoanmodule .srb-btn {
  text-align: center;
  background: #004135;
  color: #edffe8;
  margin: auto;
  width: 20%;
}
.TypeOfLoanmodule .srb-btn a {
  text-decoration: none;
}
.TypeOfLoanmodule .srb-btn:hover {
  background: #47ee40;
  color: #004135 !important;
}

@media (max-width: 768px) {
  .TypeOfLoanmodule .secTitle3 h2 {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
