main {
  width: 100%;
  margin: 0 auto;
}

main .info-banner {
  width: 100vw;
  height: 294px;
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  main .info-banner {
    margin-bottom: 20px;
  }
}

main .info-banner .banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

main .info-banner .banner-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.66);
}

main .info-banner .info-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  text-align: center;
}

main .info-banner .info-wrapper .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #868686;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  padding: 0 15px;
}

main .info-banner .info-wrapper h1 {
  color: #fff;
}

main .info-banner .info-wrapper h2 {
  color: #b1b1b1;
  text-align: center;
}
