.image-component {
  margin: 0;
  width: 100%;
  position: relative;
}

.common-image-component {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point-x) var(--focal-point-y);
     object-position: var(--focal-point-x) var(--focal-point-y);
}

.mainbanner-image {
  height: 43.75vw;
}
@media (max-width: 575.98px) {
  .mainbanner-image {
    height: 75vw;
  }
}

.common-image-filter {
  -webkit-filter: brightness(40%);
          filter: brightness(40%);
}

.image-heading-container {
  position: absolute;
  top: 50%;
  width: 100%;
}
@media (min-width: 576px) {
  .image-heading-container {
    padding-left: 7%;
  }
}

.image-heading-text {
  font-family: "Jost";
  color: #fff;
}

/* stylelint-disable-next-line selector-class-pattern */
.ITC-image-heading-text {
  color: #fff;
}

.image-heading-container .mainbanner-sub-text p {
  font-size: 1.67rem;
  font-family: "Jost";
  color: #fff;
  text-decoration: underline;
}

/* stylelint-disable-next-line selector-class-pattern */
.ITC-text-underneath span {
  color: #1D1D1B;
  padding-top: 0.75em;
  text-align: center;
}

.title-section {
  margin: 0 5px 20px 5px;
}

.header-breadcrumbs {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
}
.header-breadcrumbs #breadcrumb-wrapper ol {
  margin-bottom: 0;
  padding: 0;
}
.header-breadcrumbs button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  border: none;
}
.header-breadcrumbs svg {
  width: 20px;
  height: 20px;
}

.title-section-mobile,
.title-section-desktop {
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 350;
  line-height: 135%;
  padding: 20px 15px 0 15px;
  text-align: center;
}

.title-section-desktop {
  display: none;
  width: 100%;
  padding: 20px 15px;
}

@media (min-width: 992px) {
  .header-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .title-section-mobile {
    display: none;
  }
  .title-section-desktop {
    display: block;
    margin: 0;
  }
}
