:root {
  --qing-sidebanner-title-size: 36px;
}

.qing-sidebanner {
  /*height: 348px;*/
  background-size: cover;
  background-repeat: no-repeat;
}

.qing-sidebanner .path, 
.qing-sidebanner .container {
  height: 100%;
}

.qing-sidebanner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qing-sidebanner .container h2 {
  color: #fff;
  font-size: var(--qing-sidebanner-title-size);
}

@media screen and (max-width: 1500px) {
  :root {
    --qing-sidebanner-title-size: 32px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --qing-sidebanner-title-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --qing-sidebanner-title-size: 26px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --qing-sidebanner-title-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --qing-sidebanner-title-size: 28px;
  }
  .qing-sidebanner {
    height: auto;
    padding: 30px 0
  }
}

@media screen and (max-width: 576px) {
  :root {
    --qing-sidebanner-title-size: 24px;
  }
}
