/* One Heading Widget Styles */
.oe-title-area {
  position: relative;
  z-index: 2;
  margin-top: -0.38em;
}

.oe-sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color, #D32F2F);
  margin-bottom: 27px;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: -0.34em;
  position: relative;
}

.oe-sub-title.has-line {
  padding-left: 40px;
}

.oe-sub-title.has-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: auto;
  bottom: 7px;
  height: 2px;
  width: 30px;
  background: var(--theme-color, #D32F2F);
}

.oe-sub-title.has-line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  height: 2px;
  width: 20px;
  background: var(--theme-color, #D32F2F);
}

.oe-sec-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .oe-sec-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .oe-sec-title {
    font-size: 28px;
  }
  
  .oe-sub-title {
    font-size: 14px;
  }
}
