.faq-section {
  padding: 96px 0;
  background: rgba(93, 138, 168, 0.05);
}

.faq-section .section-title h2 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #222e50;
  margin-bottom: 12px;
}

.faq-section .section-title p {
  font-size: 24px;
  line-height: 32px;
  color: rgba(108, 114, 130, 1);
  margin-bottom: 48px;
}

.faq-section .faq-item-wrap .faq-item {
  margin-bottom: 0;
  transition: 0.3s;
  outline: none;
  padding: 12px 24px;
}

.faq-section .faq-item-wrap .faq-item.open {
  border: 0.5px solid rgba(200, 230, 250, 1);
  border-radius: 24px;
  padding: 24px;
}

.faq-section .faq-item-wrap .faq-item:focus-visible {
  border: 0.5px solid rgba(200, 230, 250, 1);
  outline: none;
}

.faq-section .faq-item-wrap .faq-item.open {
  background: rgba(252, 252, 252, 1);
  margin: 8px 0;
}

.faq-section .faq-item-wrap .faq-item .faq-title {
  cursor: pointer;
  display: flex;
  gap: 24px;
  margin-bottom: 0;
  justify-content: flex-start;
}

.faq-section .faq-item-wrap .faq-item.open .faq-title {
  margin-bottom: 8px;
}

.faq-section .faq-item-wrap .faq-item .faq-title h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
  color: rgba(34, 46, 80, 1);
}

.faq-section .faq-item-wrap .faq-item .faq-content {
  display: none;
  transition: 0.3s;
}

.faq-section .faq-item-wrap .faq-item .faq-content p {
  color: #4b5565;
  font-size: 16px;
  line-height: 24px;
  max-width: 944px;
  margin-bottom: 0;
  margin-left: 48px;
}

.faq-section .faq-item-wrap .faq-item.open .faq-content {
  display: block;
}

.faq-section .faq-item-wrap .faq-item .faq-title .minus {
  display: none;
}

.faq-section .cta-btn {
  background: rgba(238, 102, 92, 1);
  color: #fff;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 48px;
  transition: all 0.3s ease-in-out;
}

.faq-section .cta-btn:hover {
  background: rgba(191, 81, 69, 1);
}

.faq-section .cta-btn:active {
  color: #fff;
  background: rgba(237, 106, 90, 1);
  box-shadow: 0px 0px 4px 2px rgba(234, 95, 80, 0.25);
}

@media only screen and (max-width: 1024px) {
  .faq-section {
    padding: 43px 0;
  }

  .faq-section .section-title h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .faq-section .section-title p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
  }

  .faq-section .faq-item-wrap .faq-item {
    padding: 12px 24px;
  }

  .faq-section .faq-item-wrap .faq-item .faq-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-section {
    padding: 43px 0;
  }

  .faq-section .section-title h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .faq-section .section-title p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
  }

  .faq-section .faq-item-wrap .faq-item {
    padding: 12px 24px;
  }

  .faq-section .faq-item-wrap .faq-item .faq-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 36px 0;
  }

  .faq-section .section-title h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .faq-section .section-title p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 24px;
  }

  .faq-section .faq-item-wrap .faq-item {
    padding: 12px 24px;
  }

  .faq-section .faq-item-wrap .faq-item .faq-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-section .cta-btn {
    background: rgba(238, 102, 92, 1);
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 48px;
    transition: all 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 479px) {
  .faq-section {
    padding: 36px 0;
  }

  .faq-section .section-title h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .faq-section .section-title p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 24px;
  }

  .faq-section .faq-item-wrap .faq-item {
    padding: 12px 24px;
  }

  .faq-section .faq-item-wrap .faq-item .faq-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-section .cta-btn {
    background: rgba(238, 102, 92, 1);
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 48px;
    transition: all 0.3s ease-in-out;
  }
}
