/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.m-page-banner-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(10vh + 5px);
  min-height: 100px;
  padding: 16px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.85);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
}
.m-page-banner-container .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.m-page-banner-container .desc {
  height: 40px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.85);
}
.m-page-banner-container .icon {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  opacity: 0.6;
}
