.aerospace-banner {
  position: relative;
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #545456;
}
.aerospace-banner__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.aerospace-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aerospace-banner__background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aerospace-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 35px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.aerospace-banner__text {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aerospace-banner__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.aerospace-banner__description {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 35px;
  text-align: center;
}
.aerospace-banner__button {
  width: 90%;
  margin-top: 50px;
  max-width: 320px;
}

.aerospace-solutions {
  width: 100%;
  padding: 50px 0 70px;
}
.aerospace-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.aerospace-solutions__left {
  width: 50%;
  max-width: 710px;
  flex-shrink: 0;
  margin-top: 10px;
}
.aerospace-solutions__image {
  width: 100%;
}
.aerospace-solutions__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.aerospace-solutions__right {
  flex: 1;
}
.aerospace-solutions__title {
  width: 100%;
  max-width: 509px;
  font-weight: bold;
  color: #1e293b;
  line-height: 48px;
  text-align: left;
  margin-bottom: 20px;
}
.aerospace-solutions__right-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  margin-bottom: 30px;
}
.aerospace-solutions__right-image {
  width: 100%;
  max-width: 590px;
  margin-bottom: 30px;
}
.aerospace-solutions__right-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.aerospace-solutions__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 10px;
  box-sizing: border-box;
}
.aerospace-solutions__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.aerospace-solutions__info-item img {
  width: 32px;
  height: auto;
  object-fit: contain;
}
.aerospace-solutions__info-item-title {
  font-weight: bold;
  font-size: 20px;
  color: #1e293b;
  line-height: 30px;
}
.aerospace-solutions__button {
  margin-top: 50px;
  max-width: 320px;
}

.aerospace-support {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.aerospace-support__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aerospace-support__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aerospace-support__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.aerospace-support__title {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
}
.aerospace-support__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px 20px;
}
.aerospace-support__item {
  width: calc(100% / 2 - 15px);
  max-width: 560px;
  min-height: 280px;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 35px;
  box-sizing: border-box;
}
.aerospace-support__item-title {
  font-weight: bold;
  color: #3b82f6;
  line-height: 30px;
  margin-bottom: 15px;
}
.aerospace-support__item-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
}

.aerospace-applications {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
}
.aerospace-applications__title {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 25px;
}
.aerospace-applications__description {
  width: 90%;
  margin: 0 auto;
  max-width: 1251px;
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.aerospace-applications__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 70px;
}
.aerospace-applications__left {
  width: 48%;
  max-width: 660px;
  flex-shrink: 0;
}
.aerospace-applications__image {
  width: 100%;
}
.aerospace-applications__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.aerospace-applications__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aerospace-applications__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.aerospace-applications__info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
}
.aerospace-applications__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.aerospace-applications__info-item img {
  width: 32px;
  height: auto;
  object-fit: contain;
}
.aerospace-applications__info-item-title {
  font-weight: bold;
  font-size: 20px;
  color: #1e293b;
}

@media screen and (max-width: 760px) {
  .aerospace-banner {
    height: auto;
  }
  .aerospace-banner__text {
    width: 100%;
  }

  .aerospace-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .aerospace-solutions__left {
    width: 100%;
  }
  .aerospace-solutions__title {
    max-width: none;
  }

  .aerospace-support__list {
    justify-content: center;
    gap: 20px;
  }
  .aerospace-support__item {
    width: 100%;
  }

  .aerospace-applications__content {
    flex-direction: column;
    gap: 20px;
  }
  .aerospace-applications__left {
    width: 100%;
  }
  .aerospace-applications__list {
    flex-direction: column;
    gap: 20px;
  }
  .aerospace-applications__info {
    margin-top: 0px;
    gap: 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .aerospace-banner {
    height: auto;
  }
  .aerospace-banner__text {
    width: 100%;
  }

  .aerospace-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .aerospace-solutions__left {
    width: 100%;
  }
  .aerospace-solutions__title {
    max-width: none;
  }

  .aerospace-support__list {
    justify-content: center;
    gap: 20px;
  }
  .aerospace-support__item {
    width: 100%;
  }

  .aerospace-applications__content {
    flex-direction: column;
    gap: 20px;
  }
  .aerospace-applications__left {
    width: 100%;
  }
  .aerospace-applications__list {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .aerospace-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .aerospace-solutions__left {
    width: 100%;
  }
  .aerospace-solutions__title {
    max-width: none;
  }

  .aerospace-applications__content {
    flex-direction: column;
    gap: 20px;
  }
  .aerospace-applications__left {
    width: 100%;
  }
  .aerospace-applications__list {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1700px) {
}
