.hero-image-text {
  position: relative;
  width: 100%;
  padding: 52px 0 0 0;
}
.hero-image-text__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .hero-image-text__container {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .hero-image-text__container {
    padding: 0;
  }
}
.hero-image-text__content {
  position: relative;
  height: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-image-text__content {
    height: auto;
    min-height: 400px;
  }
}
.hero-image-text__image {
  position: absolute;
  top: 0;
  left: 415px;
  width: 900px;
  height: 500px;
}
@media (max-width: 1439px) {
  .hero-image-text__image {
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  .hero-image-text__image {
    left: 0;
    width: 100%;
    height: 300px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .hero-image-text__image {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
}
.hero-image-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-image-text__text-overlay {
  position: absolute;
  top: 50%;
  left: 125px;
  transform: translateY(-50%);
  background-color: #A32135;
  color: #FFFFFF;
  padding: 30px 36px;
  width: 529px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.hero-image-text__text-overlay p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .hero-image-text__text-overlay p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1439px) {
  .hero-image-text__text-overlay {
    left: 40px;
    width: 480px;
  }
}
@media (max-width: 1023px) {
  .hero-image-text__text-overlay {
    width: 400px;
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .hero-image-text__text-overlay {
    position: relative;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
    margin: 0 -20px;
    padding: 25px 20px;
  }
}
.hero-image-text__heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 65px;
  margin: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .hero-image-text__heading {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .hero-image-text__heading {
    font-size: 36px;
    line-height: 38px;
  }
}
