.c-case-hero {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-case-hero {
    margin-bottom: 60px;
  }
}
@media (min-width: 1023px) {
  .c-case-hero {
    margin-bottom: 80px;
  }
}
.c-case-hero__wrapper {
  position: relative;
  min-height: 460px;
  padding: 40px;
}
.c-case-hero__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
@media (min-width: 1023px) {
  .c-case-hero__content {
    max-width: 861px;
  }
}
.c-case-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 0;
}
.c-case-hero__bg picture,
.c-case-hero__bg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}