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

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

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

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

.defence-aerospace-research-section__copy {
  width: 100%;
  max-width: 920px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.defence-aerospace-research-section__copy p {
  margin: 0;
}

.defence-aerospace-research-section__cta {
  width: 469px;
  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;
}

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

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

  .defence-aerospace-research-section__cta {
    width: 100%;
    max-width: 469px;
  }
}

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

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

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

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

  .defence-aerospace-research-section__cta {
    width: 100%;
  }
}
