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

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

.defence-aerospace-impact-section__header {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.defence-aerospace-impact-section__intro {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

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

.defence-aerospace-impact-section__slider,
.defence-aerospace-impact-section__slides {
  width: 100%;
}

.defence-aerospace-impact-slide {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(320px, 632px) minmax(360px, 632px) 56px;
  align-items: start;
  gap: 40px;
}

.defence-aerospace-impact-slide[hidden] {
  display: none;
}

.defence-aerospace-impact-slide__media {
  width: 100%;
}

.defence-aerospace-impact-slide__image {
  width: 100%;
  max-width: 632px;
  height: auto;
  display: block;
}

.defence-aerospace-impact-slide__content {
  position: relative;
  width: 100%;
  min-height: 608px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.defence-aerospace-impact-section__controls {
  position: absolute;
  top: 0;
  left: calc(100% + 40px);
  width: 56px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.defence-aerospace-impact-section__control {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #3c3c73;
  color: #fff;
  cursor: pointer;
}

.defence-aerospace-impact-section__control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-left: 1.4px solid #fff;
  border-bottom: 1.4px solid #fff;
  transform-origin: center;
}

.defence-aerospace-impact-section__control--prev::before {
  transform: translate(-35%, -50%) rotate(45deg);
}

.defence-aerospace-impact-section__control--next::before {
  transform: translate(-65%, -50%) rotate(225deg);
}

.defence-aerospace-impact-section__control:hover,
.defence-aerospace-impact-section__control:focus {
  background: #202060;
}

.defence-aerospace-impact-slide__title {
  margin: 0;
  color: #3c3c73;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
}

.defence-aerospace-impact-slide__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #3c3c73;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.defence-aerospace-impact-slide__body p,
.defence-aerospace-impact-slide__body ul {
  margin: 0;
}

.defence-aerospace-impact-slide__body ul {
  padding-left: 22px;
  list-style: disc;
}

.defence-aerospace-impact-slide__body li {
  display: list-item;
  list-style: disc;
}

.defence-aerospace-impact-slide__body strong {
  background: linear-gradient(270deg, #2494f0 13.81%, #3901c6 113.81%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #2494f0;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
}

.defence-aerospace-impact-slide__quote {
  font-style: italic;
}

.defence-aerospace-impact-slide__cta {
  min-height: 40px;
  margin-top: auto;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #0c1d34;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

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

@media (max-width: 1240px) and (min-width: 901px) {
  .defence-aerospace-impact-slide {
    grid-template-columns: minmax(280px, 1fr) minmax(360px, 1fr);
  }

  .defence-aerospace-impact-section__controls {
    position: static;
    order: -1;
  }
}

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

  .defence-aerospace-impact-section__intro,
  .defence-aerospace-impact-slide {
    grid-template-columns: 1fr;
  }

  .defence-aerospace-impact-slide__content {
    min-height: 0;
  }

  .defence-aerospace-impact-section__controls {
    position: static;
    order: -1;
  }
}

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

  .defence-aerospace-impact-section__inner,
  .defence-aerospace-impact-section__header {
    gap: 28px;
  }

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

  .defence-aerospace-impact-section__intro,
  .defence-aerospace-impact-slide {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .defence-aerospace-impact-section__intro p,
  .defence-aerospace-impact-slide__body {
    font-size: 16px;
    line-height: 24px;
  }

  .defence-aerospace-impact-slide__content {
    min-height: 0;
    gap: 14px;
  }

  .defence-aerospace-impact-section__controls {
    position: static;
    order: -1;
  }

  .defence-aerospace-impact-slide__title {
    font-size: 24px;
    line-height: 34px;
  }

  .defence-aerospace-impact-slide__cta {
    width: 100%;
  }
}
