.Promo_banner {
  background-color: #b31e3b;
  height: auto;
  min-height: 470px;
  margin-top: 6.5em;
}

/* Airplane image section */
.airplaneWrapper {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-32%);
  z-index: 2;
  pointer-events: none;
}

.promoBannerImg {
  width: 100%;
}

.responsiveHeading {
  font-size: 60px;
  font-family: raleway-extra-bold;
  line-height: normal;
}

.responsiveDescription {
  font-size: 20px;
  color: "white";
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  margin-bottom: 1.5rem;
}

.overlayAirplane {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  z-index: 3;
}

.overlayAirplaneMobile {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}

@media (max-width: 991px) {
  .responsiveHeading {
    font-size: 29px;
  }
  .responsiveDescription {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .promoBannerImg {
    height: auto;
  }
}

@media (max-width: 576px) {
  .Promo_banner {
    margin-top: 0;
  }
  .responsiveHeading {
    font-size: 40px;
    text-align: center;
  }
  .responsiveDescription {
    font-size: 14px;
    text-align: center;
  }
  .airplaneWrapper {
    transform: translateY(0%);
    top: auto !important;
    bottom: -170px !important;
    z-index: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 425px) {
  .airplaneWrapper {
    transform: translateY(0%);
    top: auto !important;
    bottom: -148px !important;
    z-index: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 375px) {
  .airplaneWrapper {
    top: auto !important;
    bottom: -126px !important;
    z-index: 1 !important;
    transform: translateY(0%);
  }
}

@media (max-width: 320px) {
  .airplaneWrapper {
    top: auto !important;
    bottom: -126px !important;
    z-index: 1 !important;
    transform: translateY(0%);
  }
}
