.faq-section-ttma {
  width: 100%;
  background-color: #f0f6ef;
  font-family: "Gilroy", sans-serif;
  padding: 52px 0;
  display: grid;
  justify-content: center;
  align-items: center;
}

.faq-section-ttma__header {
  display: grid;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin-bottom: 37px;
  padding: 0 17px;
}

.faq-section-ttma__title {
  font-size: 24px;
  line-height: 34px;
  color: #427f51;
  font-weight: 600;
  margin: 0;
}

.faq-section-ttma__description {
  font-size: 16px;
  line-height: 21px;
  color: #747474;
  font-weight: 400;
  margin: 0;
}

.faq-section-ttma__tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.faq-section-ttma__panels {
  padding: 0 16px;
}

.faq-section-ttma__tab-btn {
  min-width: 150px;
  min-height: 38px;
  border-radius: 12px;
  border: 1px solid #66b078;
  background: #ffffff !important;
  font-size: 16px;
  line-height: 24px;
  color: #427f51;
  font-weight: 300;
}

.faq-section-ttma__container {
  display: grid;
  justify-content: center;
  align-items: center;
}

.faq-section-ttma__panel {
  display: none;
}

.faq-section-ttma__cards {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: start;
  gap: 27px 60px;
  margin-bottom: 30px;
  overflow: visible;
}

.faq-section-ttma__panel--is-active {
  display: block;
}

.faq-section-ttma__tab-btn--is-active {
  background-color: #1f6166 !important;
  color: #ffffff;
}

.faq-section-ttma__card {
  position: relative;
  overflow: visible;
}

.faq-section-ttma__card__expanded {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 30;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.faq-section-ttma__card--is-open .faq-section-ttma__card__expanded {
  display: block;
}

@media (min-width: 768px) {
  .faq-section-ttma {
    padding: 50px 0;
  }

  .faq-section-ttma__title {
    font-size: 32px;
    line-height: 30px;
  }

  .faq-section-ttma__description {
    font-size: 20px;
    line-height: 31px;
  }

  .faq-section-ttma__tab-btn {
    min-width: 188px;
    min-height: 53px;
    font-size: 22px;
    line-height: 34px;
  }

  .faq-section-ttma__header {
    margin-bottom: 31px;
    padding: 0 19px;
  }
}

@media (min-width: 1024px) {
  .faq-section-ttma__title {
    font-size: 36px;
  }

  .faq-section-ttma__description {
    font-size: 24px;
    color: #494c4a;
  }

  .faq-section-ttma__tab-btn {
    min-width: 202px;
    min-height: 56px;
    font-size: 23px;
    line-height: 36px;
  }

  .faq-section-ttma__cards {
    grid-template-columns: 1fr 1fr;
    gap: 27px 60px;
  }

  .faq-section-ttma__header {
    padding: 0 30px;
  }
}

@media (min-width: 1300px) {
  .faq-section-ttma {
    padding: 20px 0;
  }
  .faq-section-ttma__content {
    margin: 0 50px;
  }

  .faq-section-ttma__header {
    gap: 10px;
    padding: 0 30px;
  }

  .faq-section-ttma__tabs {
    justify-content: end;
    gap: 8px;
    margin-bottom: 28px;
  }

  .faq-section-ttma__tab-btn {
    min-width: 171px;
    min-height: 48px;
    font-size: 20px;
    line-height: 31px;
  }
}

@media (min-width: 1440px) {
  .faq-section-ttma__header {
    padding: 0 66px;
    margin-top: 50px;
  }

  .faq-section-ttma__title {
    font-size: 40px;
  }

  .faq-section-ttma__description {
    font-size: 28px;
  }

  .faq-section-ttma__content {
    margin: 0 120px;
  }
}
