.pd-block-hero {
  position: relative;
  height: 25rem;

  @media screen and (min-width: 750px) {
    height: 60rem;
  }
}

.pd-block-hero .pd-block__background {
  position: absolute;
  inset: 0;
}

.pd-block-hero .pd-block__background-img {
  object-fit: cover;
  object-position: center top;
  height: 100%;
  width: 100%;
}

.pd-block-hero .pd-block__background-img--pos-center {
  object-position: center center;
}

.pd-block-hero .pd-block__background-img--desktop {
  @media screen and (max-width: 749px){
    display: none;
  }
}

.pd-block-hero .pd-block__background-img--mobile {
  @media screen and (min-width: 750px){
    display: none;
  }
}

.pd-block-hero .pd-block__container {
  max-width: 70rem;
}

.pd-block-hero .pd-block__inner {
  height: 100%;
}
.pd-block-hero .pd-block__item {
  align-items: center;
}

.pd-block-hero .pd-block__title {
  font-size: 3.9rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.1rem;
  text-transform: uppercase;

  @media screen and (min-width: 750px) {
    font-size: 10.1rem;
  }
}

.pd-block-hero .pd-block__title .pd-font-winsome {
  font-size: 4.7rem;
  line-height: 0.79;
  font-weight: 400;
  letter-spacing: -0.025rem;
  text-transform: none;

  @media screen and (min-width: 750px) {
    font-size: 12.2rem;
  }
}



/* Style - Text on the right */
.pd-block-hero--style-txt-right .pd-block__title {
  font-size: 2.2rem;
  line-height: 1.18;

  @media screen and (min-width: 750px) {
    font-size: 5.7rem;
  }
}

.pd-block-hero--style-txt-right .pd-block__container {
    max-width: 70rem;

  @media screen and (min-width: 750px) {
    max-width: 70%;
  }
}

.pd-block-hero--style-txt-right .pd-block__title .pd-font-winsome {
  font-size: 3.5rem;

  @media screen and (min-width: 750px) {
    font-size: 8.4rem;
  }
}

.pd-block-hero--style-txt-right .pd-block__row {
  justify-content: flex-end;
}

.pd-block-hero--style-txt-right .pd-block__item {
  max-width: 50%;
  flex: 1 0 50%;
}

