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

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

.defence-aerospace-experts-section__header {
  width: 100%;
  max-width: 888px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

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

.defence-aerospace-experts-section__lead {
  max-width: 760px;
  margin: 0;
  color: #202060;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.defence-aerospace-experts-section__body {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 680px));
  align-items: center;
  gap: 40px;
}

.defence-aerospace-experts-section__image {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
}

.defence-aerospace-experts-section__content {
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.defence-aerospace-experts-section__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.defence-aerospace-experts-section__subtitle {
  margin: 0;
  color: #202060;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.defence-aerospace-experts-section__copy p {
  margin: 0;
  color: #202060;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.defence-aerospace-experts-section__actions {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.defence-aerospace-experts-section__button {
  width: 309px;
  min-height: 40px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
  background: #0090ff;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.defence-aerospace-experts-section__button--secondary {
  width: 163px;
}

.defence-aerospace-experts-section__button:hover,
.defence-aerospace-experts-section__button:focus {
  color: #fff;
  text-decoration: none;
}

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

  .defence-aerospace-experts-section__body {
    grid-template-columns: 1fr;
  }

  .defence-aerospace-experts-section__image,
  .defence-aerospace-experts-section__content {
    max-width: 680px;
    margin: 0 auto;
  }
}

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

  .defence-aerospace-experts-section__inner {
    gap: 32px;
  }

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

  .defence-aerospace-experts-section__lead,
  .defence-aerospace-experts-section__copy p {
    font-size: 16px;
    line-height: 24px;
  }

  .defence-aerospace-experts-section__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .defence-aerospace-experts-section__content {
    gap: 24px;
  }

  .defence-aerospace-experts-section__actions {
    width: 100%;
    flex-direction: column;
  }

  .defence-aerospace-experts-section__button,
  .defence-aerospace-experts-section__button--secondary {
    width: 100%;
  }
}
