.calculators .calculators_banner {
  background: linear-gradient(286deg, rgba(218, 253, 239, 0.8) 27.27%, rgba(253, 232, 225, 0.8) 66.84%, rgba(255, 236, 230, 0.8) 105.22%);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  padding-bottom: 90px;
}
.calculators .calculators_banner .h1-main-title {
  margin: 42px auto 25px;
}
.calculators .calculators_content .calculators_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px 20px 60px;
}
.calculators .calculators_content .calculators_list .calculators_item {
  background-color: #fff;
  box-shadow: 0px 0px 17px 0px #00000014;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
  width: 100%;
  border-radius: 14px;
  cursor: pointer;
  padding: 60px 30px 0;
}
.calculators .calculators_content .calculators_list .calculators_item .calculators_item_link {
  display: none;
}
.calculators .calculators_content .calculators_list .calculators_item img {
  width: 60px;
  height: 60px;
}
.calculators .calculators_content .calculators_list .calculators_item .h2-main-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.calculators .calculators_content .calculators_list .calculators_item .calculators_item_desc {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #333333;
}
.calculators .calculators_content .calculators_list .calculators_item:hover {
  border: 1px solid #087244;
}
.calculators .calculators_content .calculators_list .calculators_item:hover .h2-main-title {
  color: #087244;
  text-decoration: underline;
}
.calculators .create_your_own {
  background: linear-gradient(97.1deg, #212935 0.26%, #017244 137.65%);
  padding: 80px 0;
}
.calculators .create_your_own .container {
  display: flex;
  align-items: center;
}
.calculators .create_your_own .container .left_content {
  width: 45%;
  margin-right: 30px;
}
.calculators .create_your_own .container .left_content img {
  width: 488px;
  height: 252px;
}
.calculators .create_your_own .container .right_content {
  flex: 1;
}
.calculators .create_your_own .container .right_content .h2-main-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
}
.calculators .create_your_own .container .right_content .create_your_own_desc {
  font-family: Montserrat;
  font-weight: 100;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.calculators .create_your_own .container .right_content .ufine-btn {
  width: 288px;
  border-radius: 7px;
}
.calculators .faqs_and_articles {
  padding: 80px 0;
}
.calculators .faqs_and_articles .faqs_articles_tab {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.calculators .faqs_and_articles .faqs_articles_tab .faqs_articles_tab_item {
  cursor: pointer;
}
.calculators .faqs_and_articles .faqs_articles_tab .faqs_articles_tab_item .faqs_articles_tab_item_title {
  color: #A8A8AA;
  font-size: 26px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
}
.calculators .faqs_and_articles .faqs_articles_tab .faqs_articles_tab_item.active .faqs_articles_tab_item_title {
  color: #087244;
  text-decoration: underline;
}
.calculators .faqs_and_articles .articles {
  display: none;
  margin: 50px auto;
  width: 978px;
  box-shadow: 0px 0px 30.5px 0px #9E9E9E33;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 50px;
}
.calculators .faqs_and_articles .articles .articles_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.calculators .faqs_and_articles .articles .articles_item + .articles_item {
  margin-top: 20px;
}
.calculators .faqs_and_articles .articles .articles_item:hover {
  cursor: pointer;
}
.calculators .faqs_and_articles .articles .articles_item:hover .articles_text {
  color: #087244;
  text-decoration: underline;
}
.calculators .faqs_and_articles .articles .articles_item .icon-yes {
  width: 20px;
  height: 20px;
  background-image: url(../../image/check.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.calculators .faqs_and_articles .articles .articles_item .articles_text {
  font-family: Montserrat;
  font-weight: 100;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  color: #5E5D5D;
}
@media (max-width: 770px) {
  .calculators .calculators_banner {
    font-size: 16rem;
    padding-bottom: 54rem;
  }
  .calculators .calculators_content .calculators_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .calculators .create_your_own {
    padding: 40rem 0;
  }
  .calculators .create_your_own .container {
    flex-direction: column;
  }
  .calculators .create_your_own .container .left_content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20rem;
  }
  .calculators .create_your_own .container .left_content img {
    width: 100%;
    height: auto;
  }
  .calculators .create_your_own .container .right_content .ufine-btn {
    margin: auto;
  }
  .calculators .faqs_and_articles {
    padding: 40rem 0;
  }
  .calculators .faqs_and_articles .faqs_articles_tab {
    margin-top: 20rem;
    gap: 40rem;
  }
  .calculators .faqs_and_articles .faqs_articles_tab .faqs_articles_tab_item .faqs_articles_tab_item_title {
    font-size: 22rem;
  }
  .calculators .faqs_and_articles .faqs .ufine-collapse {
    margin-top: 40rem;
  }
  .calculators .faqs_and_articles .faqs .ufine-collapse .ufine-content__item {
    padding: 16px 18px;
  }
  .calculators .faqs_and_articles .faqs .ufine-collapse .ufine-content__item .item-question {
    width: 100%;
    font-size: 18rem;
  }
  .calculators .faqs_and_articles .articles {
    width: 100%;
    margin: 40rem auto;
    padding: 16px 18px;
  }
  .calculators .faqs_and_articles .articles .articles_item .articles_text {
    font-size: 16rem;
  }
}
