html {
  scroll-behavior: smooth;
}

.faq-section {
  background: #F9F9F9;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .faq-section {
    padding: 30px 0;
  }
}
.faq-section .container {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .faq-section .container {
    flex-direction: column;
  }
}
.faq-section .left {
  max-width: 364px;
}
@media (max-width: 992px) {
  .faq-section .left {
    max-width: 100%;
    margin: 0;
  }
}
.faq-section .faq-toc {
  position: sticky;
  top: 100px;
}
.faq-section .faq-toc h4 {
  color: #252525;
  font-size: 34px;
  line-height: 52px;
  margin-bottom: 28px;
  letter-spacing: 1.1px;
}
@media (max-width: 992px) {
  .faq-section .faq-toc h4 {
    font-size: 22px;
    line-height: 34px;
  }
}
.faq-section .faq-toc a {
  display: block;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}
.faq-section .faq-toc a.active {
  font-weight: bold;
  background: #fff;
  border: 1px solid #0C99A5;
}
.faq-section .right {
  max-width: 100%;
  padding-left: 40px;
  flex: 1;
}
@media (max-width: 992px) {
  .faq-section .right {
    padding-left: 0;
  }
}
.faq-section .right h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
}
@media (max-width: 992px) {
  .faq-section .right h2 {
    font-size: 22px;
    line-height: 34px;
  }
}
.faq-section .right .item {
  scroll-margin: 150px;
  padding: 12px;
  background: #fff;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .faq-section .right .item {
    scroll-margin: 80px;
  }
}
.faq-section .right .item:nth-child(odd) .icon {
  background: #DBF0F2;
}
.faq-section .right .item.open button {
  border-bottom: 1px solid rgb(244, 244, 244);
}
.faq-section .right button {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.faq-section .right .title {
  padding-left: 12px;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .faq-section .right .title {
    text-align: start;
  }
}
.faq-section .right .icon {
  background: #F5F0EA;
  margin: 0;
  min-width: 56px;
  height: 56px;
  display: grid;
  place-content: center;
}
.faq-section .right .answer {
  padding: 12px;
}
.faq-section .right .answer p {
  margin-bottom: 0;
  line-height: 32px;
}
@media (max-width: 992px) {
  .faq-section .right .answer p {
    font-size: 16px;
    line-height: 31px;
  }
}
.faq-section .right .bottom {
  padding: 20px 24px;
  display: flex;
  gap: 20px;
  align-items: center;
  background: #0C99A5;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .faq-section .right .bottom {
    flex-direction: column;
  }
}
.faq-section .right .bottom p {
  flex: 1;
  font-weight: bold;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 0;
}
.faq-section .right .bottom .btn {
  min-width: 222px;
  background: #BB9871;
  border: none;
}

/*# sourceMappingURL=new-styles.css.map */
