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

.bobo-sidebanner {
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 192 / 55;
  width: 100%;
}

.bobo-sidebanner::before {
  content:'';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.1);
}

.bobo-sidebanner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bobo-sidebanner .container h1,
.bobo-sidebanner .container h2 {
 font-size: 2rem;
  margin-top: 100px;
  color: #fff;
}

.bobo-sidebanner .container .left {
  width: 100%;
  text-align: left;
}

.bobo-sidebanner .container path p {
  color: var(--text-color);
}

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

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

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

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

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

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