.banner__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner__header .banner__header__note {
  display: inline-block;
  font-size: 1.1rem;
  color: #505050;
  font-style: italic;
  line-height: 40px;
}

.banner__header .banner__header__note p {
  margin-bottom: 0;
}

.banner__header.banner__header__left {
  flex-direction: row;
}

.banner__header.banner__header__right {
  flex-direction: row-reverse;
}

.banner__header.banner__header__center {
  text-align: center;
  place-content: center;
}

.banner__header.banner__header__center h1:after,
.banner__header.banner__header__center h2:after,
.banner__header.banner__header__center h3:after {
  margin-left: auto;
  margin-right: auto;
}

.banner__header h1,
.banner__header h2,
.banner__header h3 {
  display: inline-block;
  font-weight: 800;
  margin-bottom: 24px;
}

.banner__header h1:after,
.banner__header h2:after,
.banner__header h3:after {
  content: " ";
  width: 100px;
  display: block;
  height: 0;
  margin-top: 6px;
  border: 2px solid #e7e7e7;
}
