.rich-text-block {
  color: #000;
  text-align: center;
  width: 80rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 107px;
  padding-left: 73px;
  padding-right: 73px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.header {
  font-size: 24px;
}

.banner {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  position: fixed;
}

.text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.disclaimer {
  color: #fff;
  background-color: #c30000;
  padding: 21px;
  font-size: 21px;
  font-weight: 400;
  display: flex;
}

.disclaimer._2 {
  color: #919191;
  background-color: #2b1e1e00;
  flex-flow: column;
  font-size: 18px;
}

.launching {
  color: #fff;
  background-color: #004bb4;
  padding: 21px 0;
  font-size: 20px;
}

.main-h1 {
  font-size: 24px;
}

.independent {
  background-color: #fff200;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  padding: 11px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .rich-text-block {
    width: 95%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    font-size: 20px;
  }

  .text-block {
    text-align: center;
  }

  .disclaimer._2 {
    flex-flow: column;
  }
}
