.tcons-banner-wrapper {
  min-height: 548px;
  position: relative;
  background-image: var(--banner-bg-mobile);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tcons-banner-wrapper .tcons-banner-overlay {
  position: absolute;
  background-color: var(--overlay-color-mobile);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tcons-banner-wrapper .tcons-banner-container {
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: capitalize;
  max-width: 333px;
  margin: 0 auto;
  text-align: center;
}
.tcons-banner-wrapper .tcons-banner-sub-heading-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.tcons-banner-wrapper .tcons-banner-sub-heading-wrapper::after, .tcons-banner-wrapper .tcons-banner-sub-heading-wrapper::before {
  content: "";
  display: block;
  background-color: var(--e-global-color-primary);
  height: 2px;
  flex: 1;
}
.tcons-banner-wrapper .tcons-banner-sub-heading {
  font-size: 14px;
  margin: 0;
}
.tcons-banner-wrapper .tcons-banner-heading {
  margin: 0;
  font-size: 36px;
}
.tcons-banner-wrapper .tcons-banner-description {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .tcons-banner-wrapper {
    min-height: 389px;
    background-image: var(--banner-bg);
  }
  .tcons-banner-wrapper .tcons-banner-overlay {
    background-color: var(--overlay-color);
  }
  .tcons-banner-wrapper .tcons-banner-container {
    max-width: 900px;
  }
  .tcons-banner-wrapper .tcons-banner-sub-heading-wrapper {
    margin-bottom: 9px;
  }
  .tcons-banner-wrapper .tcons-banner-description {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .tcons-banner-wrapper .tcons-banner-sub-heading {
    font-size: 22px;
  }
  .tcons-banner-wrapper .tcons-banner-heading {
    font-size: 52px;
  }
}

/*# sourceMappingURL=tcons-banner-title.css.map */
