.section-title-common {
  position: relative;
  min-height: 120px;
}

.section-title-bg {
  z-index: 1;
  width: 65%;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
}

.section-title-bg-char {
  font-size: 70px;
  font-weight: bold;
  color: #d9d9d9;
  opacity: 0.6;
  line-height: 1;
  display: block;
  flex: 1 1 0;
  text-align: center;
  margin: 0;
  font-family: inherit;
}

.section-title-main {
  font-size: 35px;
  position: relative;
  z-index: 2;
  color: #595959;
}

.section-title-sub {
  color: #D92765;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.section-title-divider {
  border-top: 2px solid #BFBFBF;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .section-title-bg {
    width: 90% !important;
  }
  .section-title-bg-char {
    font-size: 40px !important;
  }
}

@media (max-width: 768px) {
  .section-title-bg {
    margin-top: 15px;
    width: 95% !important;
  }
  .section-title-bg-char {
    font-size: 28px !important;
  }
}

@media (max-width: 600px) {
  .section-title-bg {
    margin-top: 15px;
    width: 95% !important;
  }
  .section-title-bg-char {
    font-size: 28px !important;
  }
}
