.wp-block-group {
   max-width: 1000px;
   margin: 40px auto;
}

#top-ten-model-2020 {
  margin-bottom: 80px;
  padding: 0 30px;
}

.page-hero {
     background-image: linear-gradient(to right, black, transparent), url(https://res.cloudinary.com/dzlbb8rlo/image/upload/v1751297111/Heritage/chc_b3cpvz.jpg);
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
  height: 50vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-hero {
    height: 35vw;
  }
}

@media screen and (min-width: 1024px) {
  .page-hero {
    height: 280px;
  }
}

.hero-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  border-left: 10px solid #aa2f22;
  padding-left: 20px;
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  max-width: 360px;
}

@media screen and (min-width: 768px) {
  .hero-content {
    left: 45px;
    bottom: 35px;
    padding-left: 40px;
    max-width: 600px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-content {
    left: 90px;
    bottom: 60px;
    padding-left: 40px;
    max-width: 75%;
    padding-bottom: 10px;
  }
}

.page-hero .hero-content p span
 {
    color: #fecd0d;
    text-shadow: 0px 0px 8px #d4b334;
    font-weight: 600;
    position: relative;
    top: 10px;
}

.page-hero h1 {
  text-transform: uppercase;
  font-size: 32px;
}

.page-hero h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}

.page-hero p {
  font-size: 14px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-hero h1 {
    font-size: 42px;
  }

  .page-hero p {
    font-size: 16px
  }
}

@media screen and (min-width: 1024px) {
  .page-hero h1 {
    font-size: 42px;
  }

  .page-hero p {
    font-size: 16px
  }
}
