section.casehero {
  margin: 0 !important;
  height: 100%;
}
@container main (max-width: 47.9375rem) {
  section.casehero {
    display: -ms-grid;
    display: grid;
  }
}
section.casehero .casehero-wrapper {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: var(--orange-light);
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.casehero .casehero-wrapper .img-wrapper {
  width: 49.5%;
  height: 100%;
}
section.casehero .casehero-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.casehero .casehero-wrapper .img-wrapper {
    width: 50%;
  }
}
@container main (max-width: 47.9375rem) {
  section.casehero .casehero-wrapper {
    position: relative;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.casehero .casehero-wrapper .img-wrapper {
    width: 100%;
  }
}
section.casehero .text-wrapper {
  height: calc(100vh - var(--header-height));
  z-index: 2;
  position: relative;
}
@container main (max-width: 47.9375rem) {
  section.casehero .text-wrapper {
    height: auto;
    background-color: var(--orange-light);
    margin-top: -58px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 1.5625rem;
  }
}
section.casehero .text-wrapper .heading {
  padding-top: 3.125rem;
  padding-right: 9.375rem;
}
@container main (max-width: 47.9375rem) {
  section.casehero .text-wrapper .heading {
    padding-right: 0;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
section.casehero .text-wrapper .heading a {
  font: var(--body-s-font);
  margin-bottom: 3.125rem;
  text-decoration: none;
}
section.casehero .text-wrapper .heading span {
  width: 0.375rem;
  height: 0.75rem;
}
section.casehero .text-wrapper .excerpt {
  padding-right: 3.25rem;
  padding-bottom: 2.5rem;
  max-width: 90%;
  margin: 0 auto 0 0;
}
@container main (max-width: 47.9375rem) {
  section.casehero .text-wrapper .excerpt {
    padding-right: 0;
    padding-bottom: 1.4375rem;
  }
}
section.casehero .content-wrapper {
  height: 100%;
  margin-top: 8.4375rem;
}
@container main (max-width: 47.9375rem) {
  section.casehero .content-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.casehero .content-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@container main (max-width: 47.9375rem) {
  section.casehero .content-wrapper ul {
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.casehero .content-wrapper ul li {
  display: -ms-grid;
  display: grid;
  font: var(--body-s-font);
  text-align: center;
}
section.casehero .content-wrapper ul li img {
  width: 6.25rem;
  height: auto;
  max-height: 6.25rem;
  margin-top: 1.5rem;
}
@container main (max-width: 47.9375rem) {
  section.casehero .content-wrapper ul li img {
    width: 4.6875rem;
    max-height: 4.6875rem;
  }
}
section.casehero .content-wrapper .project-info {
  border-top: 1px solid var(--black);
  padding-top: 1rem;
  font: var(--body-s-font);
}
section.casehero .content-wrapper .project-info .heading {
  padding: 1rem 0;
  display: block;
  color: var(--black-60);
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  display: grid;
}
@container main (max-width: 47.9375rem) {
  section.casehero .content-wrapper .project-info .heading {
    -ms-grid-columns: 20% 1fr;
    grid-template-columns: 20% 1fr;
    padding: 0.5rem 0;
  }
}
section.casehero .content-wrapper .project-info .item {
  color: var(--black);
}