p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0px !important;
}
p a, p a:hover, h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.image-component {
  margin: 0;
  width: 100%;
  position: relative;
}
.image-component .ITC-image-heading-text a {
  background-color: transparent !important;
  text-decoration: underline;
  color: unset;
}
@media (max-width: 1199.98px) {
  .image-component .ITC-image-heading-text a {
    padding: 0px !important;
    display: block;
  }
}
.image-component .ITC-image-heading-text.text-padding a {
  padding: 0px 100px;
}

@media (max-width: 991.98px) {
  .image-mobile {
    padding: 0px !important;
  }
}

.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);
  max-height: 100vh;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

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

.image-heading-container {
  position: absolute;
  bottom: 5%;
  width: 100%;
}

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

.ITC-image-heading-text {
  color: #fff;
}

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

.ITC-text-underneath span {
  color: #000;
  padding-top: 0.75em;
  text-align: center;
}