.banner {
  width: 100%;
}
.section {
  margin-top: 2rem;
  padding: 0 1rem 5rem;
}
.section .section_header_title {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  color: #0062b1;
  text-align: center;
}
.section .img-title-wrapper {
  margin: 0 auto;
  width: 9.375rem;
  height: 2.625rem;
}
.section .text {
  margin-top: 2rem;
  font-size: 0.9375rem;
  color: #373737;
  line-height: 1.75rem;
}
.section .sign-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.section .sign-wrapper .sign {
  width: 5.9375rem;
  height: 3.125rem;
}
