.header-info {
  background-image: linear-gradient(45deg, rgba(250, 250, 250, 0.8), rgba(250, 250, 250, 0.8)), url(https://apihoard.webit.com/api/v1/Image/42142DD8613A45FB5CC059D684FDECC8/42142DD8613A45FB5CC059D684FDECC8.jpg?size=800x600);
}

a.header-business.header-business-phone.text-primary.font-bold {
  font-size: 26px;
}

.cw-hero {
  background: #151f26;
  background-image: linear-gradient(45deg, rgba(50, 50, 50, 0.9), rgba(50, 50, 50, 0.1)), url(https://apihoard.webit.com/api/v1/Image/7FFE8704384CCF1EB9A809CC7DA2DAB1/7FFE8704384CCF1EB9A809CC7DA2DAB1.jpg?size=1920x1440);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
}

.hero-text p {
  text-shadow: 1px 1px 5px #000;
}

.hero-text.pt-md-1 {
  background: rgba(0, 0, 0, 0.4);
  padding: 3em 3em !important;
}

.hero-text.pt-md-1::before {
  content: "";
  width: 100%;
  height: 84%;
  position: absolute;
  top: 13%;
  left: 0;
  border: 5px solid #edab12;
}

.cw-hero h2.text-uppercase.text-primary {
  background: #3e3b38;
  position: relative;
  text-align: center;
  padding: 4px;
  border-radius: 1em;
}

.list {
  padding-top: 5em;
  padding-bottom: 2em;
  text-align: center;
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 1), rgba(50, 50, 50, 0.9), rgba(50, 50, 50, 0.6)), url(https://apihoard.webit.com/api/v1/Image/C70276B8A53E1480927C42444386FB4A/C70276B8A53E1480927C42444386FB4A.png?size=1920x1440);
}

.grand-hero {
  /* margin-top: -1px; */
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 2em;
  padding-bottom: 0em;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 567px) {
  .grand-hero {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-text.pt-md-1 {
    background: rgba(0, 0, 0, 0.4);
    padding: 1em !important;
  }

  .hero-text.pt-md-1::before {
    height: 86%;
    top: 8%;
  }
}

.grand-hero .container {
  position: relative;
  z-index: 2;
}

.grand-hero-link {
  color: #fff;
  font-weight: 700;
}
.grand-hero-link:hover {
  color: #ddd;
}

/* Titles */
.grand-scantitle {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--color-theme-highlight);
}

.grand-hero .grand-scantitle {
  color: #ddd;
}

.grand-title {
  word-break: keep-all;
  white-space: pre-wrap;
}

.grand-title-main {
  font-size: 3rem;
  line-height: 1.2;
}
.grand-title-sub {
  font-size: 2.5rem;
  line-height: 1.2;
}

.grand-services-list-title {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .grand-title-main {
    font-size: 2rem;
  }
  .grand-title-sub {
    font-size: 1.9rem;
    line-height: 1.2;
  }
}

/* Backgrounds */
.grand-bg-light {
  background: #eee;
}
.grand-bg-primary {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
}

@media (max-width: 768px) {
  .cw-hero {
    text-align: center;
    padding-top: 2em !important;
  }

  h3.text-uppercase.text-primary {
    text-align: center;
  }

  h1.display-3.text-uppercase {
    font-size: 2em;
  }
}

@media (min-width: 992px) {
  h1.display-2.text-uppercase {
    line-height: 81px;
  }

  .textwithimage .lazy-image.d-block.w-100.loaded::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://apihoard.webit.com/api/v1/Image/E920BA218700925C1870A226A381D354/E920BA218700925C1870A226A381D354.png?size=800x600);
    background-repeat: no-repeat;
    background-size: contain;
    left: -29%;
    bottom: -34%;
  }
}
