.landings .defence-aerospace-capacity-section,
.editor-styles-wrapper .defence-aerospace-capacity-section {
  padding: 60px 20px;
  background-color: #1a2f43;
  background-image: url("../../landings/defence-aerospace/assets/section-07/bg-light.png");
  background-size: 64px 64px;
  background-repeat: repeat;
}

.defence-aerospace-capacity-section__inner {
  width: 100%;
  max-width: 1160px;
  min-height: 240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.defence-aerospace-capacity-section__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

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

.defence-aerospace-capacity-section__copy {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.defence-aerospace-capacity-section__actions {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

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

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

.defence-aerospace-capacity-section__button--primary {
  width: 257px;
}

.defence-aerospace-capacity-section__button--secondary {
  width: 114px;
}

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

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

  .defence-aerospace-capacity-section__inner {
    min-height: 0;
  }

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

  .defence-aerospace-capacity-section__copy {
    font-size: 16px;
    line-height: 24px;
  }

  .defence-aerospace-capacity-section__actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .defence-aerospace-capacity-section__button,
  .defence-aerospace-capacity-section__button--primary,
  .defence-aerospace-capacity-section__button--secondary {
    width: 100%;
    max-width: 280px;
  }
}
