.wgt-banner-image.page-hero-section {
  background-color: var(--primary-color-4);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right bottom;
  margin-bottom: 140px;
}
.wgt-banner-image .page-hero-container {
  width: 85%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
}
.wgt-banner-image .page-hero-title {
  margin-bottom: 20px;
}
.wgt-banner-image .page-hero-title :is(h1, h2, h3, h4, h5, h6) {
  width: 70%;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.wgt-banner-image .page-hero-description {
  color: var(--grayscale-color-2);
  padding-bottom: 40px;
}
.wgt-banner-image .buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.wgt-banner-image .buttons > *:not(:last-child) {
  margin-right: 1.5rem;
}
@media (min-width: 1440px) {
  .wgt-banner-image .page-hero-container {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .wgt-banner-image .page-hero-container {
    padding-top: 50px;
  }
  .wgt-banner-image.page-hero-section {
    background-size: 105% auto;
    background-position-x: left;
    background-position-y: 87%;
    margin-bottom: 0;
  }
  .wgt-banner-image .page-hero-title :is(h1, h2, h3, h4, h5, h6) {
    width: 100%;
  }
}
.wgt-banner-image .page-hero {
  position: relative;
  z-index: 5;
}
.wgt-banner-image.page-hero-section {
  background: var(--grayscale-color-5);
  overflow: hidden;
  margin-bottom: 0;
}
.wgt-banner-image .page-hero-container {
  padding-top: 2rem;
  justify-content: space-between;
  max-width: 2000px;
}
.wgt-banner-image .page-hero-container > img {
  width: 50%;
  transform: scale(1.5);
}
.wgt-banner-image .page-hero-title :is(h1, h2, h3, h4, h5, h6) {
  text-transform: initial;
  width: 100%;
  font-size: var(--title-font-size-1);
  margin-bottom: 0;
}
.wgt-banner-image .page-hero-description {
  padding-bottom: 32px;
}
.wgt-banner-image .page-hero-description .lead {
  font-size: var(--description-font-size-lg);
  color: var(--description-color);
  margin-bottom: 0;
  max-width: 580px;
}
@media screen and (max-width: 992px) {
  .wgt-banner-image .page-hero-container {
    flex-direction: column;
  }
  .wgt-banner-image .page-hero-container > img {
    width: 85%;
  }
  .wgt-banner-image .page-hero {
    text-align: center;
  }
  .wgt-banner-image .page-hero .buttons .primary-btn {
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .wgt-banner-image .page-hero-container > img {
    width: 100%;
    transform: scale(2);
    margin-top: 5rem;
  }
}

.wgt-banner-image.page-hero-section {
  background-image: none;
  background: var(--grayscale-color-5);
}
