.landings .defence-aerospace-toolchain-section,
.editor-styles-wrapper .defence-aerospace-toolchain-section {
  padding: 80px 20px 60px;
  background: linear-gradient(270deg, #b4becc 0%, #d3dce3 24.36%, #dae3e8 49.5%, #dae3e8 73%, #c1cbd7 100%);
}

.defence-aerospace-toolchain-section__inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 560px));
  align-items: flex-start;
  gap: 40px;
}

.defence-aerospace-toolchain-section__media {
  width: 100%;
  max-width: 560px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 264px));
  align-items: start;
  gap: 32px;
}

.defence-aerospace-toolchain-section__integration {
  width: 100%;
  max-width: 264px;
  height: auto;
  display: block;
}

.defence-aerospace-toolchain-section__content {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.defence-aerospace-toolchain-section__title {
  margin: 0;
  color: #202060;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
}

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

.defence-aerospace-toolchain-section__copy p,
.defence-aerospace-toolchain-section__copy ul {
  margin: 0 0 16px;
}

.defence-aerospace-toolchain-section__copy p:last-child,
.defence-aerospace-toolchain-section__copy ul:last-child {
  margin-bottom: 0;
}

.defence-aerospace-toolchain-section__copy ul {
  padding-left: 24px;
}

.defence-aerospace-toolchain-section__copy li + li {
  margin-top: 8px;
}

.defence-aerospace-toolchain-section__copy strong {
  color: #202060;
  font-weight: 700;
}

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

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

@media only screen and (max-width: 991px) {
  .defence-aerospace-toolchain-section__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .defence-aerospace-toolchain-section__media,
  .defence-aerospace-toolchain-section__content {
    max-width: 560px;
    margin: 0 auto;
  }
}

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

  .defence-aerospace-toolchain-section__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .defence-aerospace-toolchain-section__media {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    order: 2;
  }

  .defence-aerospace-toolchain-section__content {
    max-width: none;
    order: 1;
  }

  .defence-aerospace-toolchain-section__title {
    font-size: 24px;
    line-height: 34px;
  }

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

  .defence-aerospace-toolchain-section__cta {
    width: 100%;
    max-width: 280px;
  }
}
