h3 {
  text-align: left;
}

.rapidasig_home_page section > h1,
.rapidasig_home_page section > h2 {
  max-width: calc(100% - 30px);
  text-align: center;
  color: #374957;
  text-transform: none;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.rapidasig_home_page section > h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
}

.rapidasig_home_page section > h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}

/* insurance section */
.rapidasig_home_page__insurance {
  min-height: 100vh;
  padding: 120px 0 100px 0;
  box-sizing: border-box;
  background-image: url(/img/home_page/BG.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.rapidasig_home_page__insurance_intro {
  max-width: 980px;
  margin: -25px auto 35px auto;
  padding: 0 15px;
  text-align: center;
  color: #607382;
  font-size: 18px;
  line-height: 1.5;
}

@supports (background-image: image-set(url("x.avif") type("image/avif"))) {
  .rapidasig_home_page__insurance {
    background-image: image-set(
      url("/img/home_page/BG.png.avif") type("image/avif"),
      url("/img/home_page/BG.png.webp") type("image/webp"),
      url("/img/home_page/BG.png") type("image/png")
    );
  }
}

/* effective tools section  */
.rapidasig_home_page__effective_tools {
  padding: 100px 15px 80px 15px;
  background-color: #fff;
}

.rapidasig_home_page__effective_tools__wrapper {
  width: 1270px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.rapidasig_home_page__effective_tools__item {
  min-height: 630px;
  width: calc(50% - 10px);
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.rapidasig_home_page__effective_tools__item:first-child {
  background-color: #ebfaf8;
}

.rapidasig_home_page__effective_tools__item:last-child {
  background-color: #ecf5ff;
}

.rapidasig_home_page__effective_tools__item__icon {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 10px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: inherit;
  transform: translateY(-50%);
}

.rapidasig_home_page__effective_tools__item > h3 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #374957;
  padding: 75px 20px 25px 20px;
  border-bottom: 1px solid;
  box-sizing: border-box;
}

.rapidasig_home_page__effective_tools__item:first-child > h3 {
  border-color: #c8e1de;
}

.rapidasig_home_page__effective_tools__item:last-child > h3 {
  border-color: #c8d8ea;
}

.rapidasig_home_page__effective_tools__item > h3 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #607382;
  margin-top: 10px;
}

.rapidasig_home_page__effective_tools__item ul {
  padding: 25px 45px 0 40px;
}

.rapidasig_home_page__effective_tools__item ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #374957;
}

.rapidasig_home_page__effective_tools__item ul li b {
  font-weight: 700;
  display: block;
}

.rapidasig_home_page__effective_tools__item ul li svg {
  position: absolute;
  top: 0;
  left: 0;
}

.rapidasig_home_page__effective_tools__item:first-child ul li svg {
  color: #96ff96;
}

.rapidasig_home_page__effective_tools__item:last-child ul li svg {
  color: #9bc9ff;
}

.rapidasig_home_page__effective_tools__item > a {
  width: calc(100% - 50px);
  display: block;
  text-align: center;
  margin: auto 25px 40px 25px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 15px;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease-in-out;
}

.rapidasig_home_page__effective_tools__item:first-child > a {
  background-color: #29cf51;
}

.rapidasig_home_page__effective_tools__item:first-child > a:hover {
  box-shadow: 0px 20px 30px -12px #72c686;
}

.rapidasig_home_page__effective_tools__item:last-child > a {
  background-color: #1e72e3;
}

.rapidasig_home_page__effective_tools__item:last-child > a:hover {
  box-shadow: 0px 20px 30px -12px rgba(30, 114, 227, 0.5);
}

/* insurance type section */
.rapidasig_home_page__insurance_type {
  background-color: #f5f7fc;
  padding: 90px 0;
}

.rapidasig_home_page__insurance .rapidasig_insurance:last-child {
  margin-bottom: 0;
}

.rapidasig_home_page__insurance_type__wrapper {
  width: 1270px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.rapidasig_home_page__insurance_type__wrapper > * {
  width: calc(50% - 15px);
}

.rapidasig_home_page__insurance_type__wrapper img {
  border-radius: 20px;
  object-fit: cover;
}

.rapidasig_home_page__insurance_type__item {
  background-color: #fff;
  box-shadow: -70px 80px 55px -30px #37495726;
  border-radius: 20px;
}

.rapidasig_home_page__insurance_type__item img {
  width: calc(100% - 30px);
  margin: 15px;
  margin-bottom: 30px;
}

.rapidasig_home_page__insurance_type__item h3,
.rapidasig_home_page__insurance_type__item p,
.rapidasig_home_page__insurance_type__item a {
  padding: 0 30px;
}

.rapidasig_home_page__insurance_type__item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #374957;
  margin-bottom: 15px;
}

.rapidasig_home_page__insurance_type__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #607382;
  margin-bottom: 15px;
}

.rapidasig_home_page__insurance_type a {
  font-weight: 400;
  color: #29cf51;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.rapidasig_home_page__insurance_type a:hover {
  text-decoration: underline;
}

.rapidasig_home_page__insurance_type__wrapper li {
  background-color: #fff;
  position: relative;
  box-shadow: -70px 80px 55px -30px #37495726;
  padding: 25px 20px 20px 210px;
  border-radius: 20px;
}

.rapidasig_home_page__insurance_type__wrapper li:not(:last-child) {
  margin-bottom: 30px;
}

.rapidasig_home_page__insurance_type__wrapper li img {
  width: 175px;
  height: calc(100% - 30px);
  position: absolute;
  left: 15px;
  top: 15px;
}

.rapidasig_home_page__insurance_type__wrapper li h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #374957;
  margin-bottom: 10px;
}

.rapidasig_home_page__insurance_type__wrapper li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #607382;
  margin-bottom: 15px;
}

.rapidasig_home_page__insurance_type > a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #29cf51;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border-color;
  margin-top: 60px;
  color: #374957;
}

.rapidasig_home_page__insurance_type > a:hover {
  text-decoration: underline;
}

.faq-section {
  background-color: #f5f7fc;
  padding-bottom: 90px;
}

.faq-section ul {
  width: 1270px;
  max-width: 100%;
  margin: 0 auto;
}

.faq-section .faq-list-card ul {
  margin-left: 0;
}

@media only screen and (max-width: 1140px) {
  .rapidasig_home_page__insurance_type {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .rapidasig_home_page__insurance_type__wrapper {
    width: 620px;
    max-width: calc(100% - 30px);
    flex-direction: column;
    margin: auto;
  }

  .rapidasig_home_page__insurance_type__item {
    margin-bottom: 15px;
  }

  .rapidasig_home_page__insurance_type__wrapper > * {
    width: 100%;
  }

  .rapidasig_home_page__insurance_type__wrapper li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 980px) {
  .rapidasig_home_page__effective_tools__item ul {
    padding: 25px 25px 0 20px;
  }
}

@media only screen and (max-width: 700px) {
  ul.rapidmd_dropdown.rapidmd_dropdown.rapidmd_dropdown.rapidmd_dropdown > li button {
    font-size: 15px;
    line-height: 1.4em;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 862px) {
  .rapidasig_home_page__insurance {
    padding-top: 81px;
    padding-bottom: 20px;
  }

  .rapidasig_home_page__insurance_intro {
    font-size: 16px;
    line-height: 24px;
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .rapidasig_home_page__effective_tools {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rapidasig_home_page__effective_tools.rapidasig_home_page__effective_tools
    h2 {
    margin-bottom: 70px;
  }

  .rapidasig_home_page__effective_tools__wrapper {
    flex-direction: column;
  }

  .rapidasig_home_page__effective_tools__item {
    width: auto;
  }

  .rapidasig_home_page__effective_tools__item:not(:last-child) {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 685px) {
  .rapidasig_home_page section > h1,
  .rapidasig_home_page section > h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .rapidasig_home_page section > h1 span {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 15px;
  }

  .rapidasig_home_page__effective_tools__item > h3 {
    padding-top: 70px;
    padding-bottom: 0;
    font-size: 18px;
    border-bottom: 0;
  }

  .rapidasig_home_page__effective_tools__item ul {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rapidasig_home_page__effective_tools__item ul li {
    padding-left: 0;
  }

  .rapidasig_home_page__effective_tools__item ul li svg {
    width: 30px;
    height: 30px;
    position: static;
    margin-right: 15px;
  }

  .rapidasig_home_page__effective_tools__item ul li b {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .rapidasig_home_page__effective_tools__item ul li {
    font-size: 14px;
    line-height: 18px;
  }

  .rapidasig_home_page__effective_tools__item {
    min-height: auto;
  }

  .rapidasig_home_page__effective_tools__item > a {
    width: calc(100% - 30px);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .rapidasig_home_page__insurance_type__item img {
    margin-bottom: 15px;
  }

  .rapidasig_home_page__insurance_type__item h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .rapidasig_home_page__insurance_type__item p {
    font-size: 16px;
    line-height: 22px;
  }

  .rapidasig_home_page__insurance_type__item a {
    font-size: 14px;
  }

  .rapidasig_home_page__insurance_type__wrapper li {
    padding-left: 130px;
  }

  .rapidasig_home_page__insurance_type__wrapper li img {
    width: 100px;
    height: 100px;
  }

  .rapidasig_home_page__insurance_type__wrapper li h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .rapidasig_home_page__insurance_type__wrapper li p {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
  }

  .rapidasig_home_page__insurance_type__wrapper li a {
    margin-bottom: 0;
    font-size: 14px;
  }

  .rapidasig_home_page__insurance_type > a {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
  }
}
