.landings .defence-aerospace-faq-section,
.editor-styles-wrapper .defence-aerospace-faq-section {
  padding: 60px 20px;
  background: #fff;
}

.defence-aerospace-faq-section__inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.defence-aerospace-faq-section__title {
  width: 100%;
  margin: 0;
  color: #202060;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}

.defence-aerospace-faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.defence-aerospace-faq-item {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #fafafa;
}

.defence-aerospace-faq-item__question {
  width: 100%;
  min-height: 88px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: #202060;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
  cursor: pointer;
}

.defence-aerospace-faq-item.is-open .defence-aerospace-faq-item__question {
  padding-bottom: 16px;
}

.defence-aerospace-faq-item__question span:first-child {
  min-width: 0;
}

.defence-aerospace-faq-item__icon {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  opacity: 0.6;
}

.defence-aerospace-faq-item__icon::before,
.defence-aerospace-faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 3px;
  background: #5774e7;
  border-radius: 2px;
  transform: translateY(-50%);
}

.defence-aerospace-faq-item__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.defence-aerospace-faq-item.is-open .defence-aerospace-faq-item__icon::after {
  transform: translateY(-50%) rotate(0deg);
}

.defence-aerospace-faq-item__panel {
  padding: 0 32px 24px;
}

.defence-aerospace-faq-item__panel[hidden] {
  display: none;
}

.defence-aerospace-faq-item__answer {
  padding-top: 16px;
  border-top: 1px solid rgba(220, 220, 220, 0.4);
}

.defence-aerospace-faq-item__answer p {
  margin: 0;
  color: rgba(32, 32, 96, 0.6);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 991px) {
  .defence-aerospace-faq-section__title {
    font-size: 34px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 640px) {
  .landings .defence-aerospace-faq-section,
  .editor-styles-wrapper .defence-aerospace-faq-section {
    padding: 48px 20px;
  }

  .defence-aerospace-faq-section__title {
    font-size: 28px;
    line-height: 38px;
  }

  .defence-aerospace-faq-item__question {
    min-height: 72px;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .defence-aerospace-faq-item__panel {
    padding: 0 20px 20px;
  }

  .defence-aerospace-faq-item__answer p {
    font-size: 16px;
    line-height: 24px;
  }
}
