#case-studies .s1 {
  position: relative;
  overflow: hidden;
  background: #132341;
}

#case-studies .s1 .contain {
  height: 100vh;
  max-height: 500px;
  min-height: 300px;
  position: relative;
  z-index: 3;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 100px 0 3rem;
}

@media all and (max-width: 1024px) {
  #case-studies .s1 .contain {
    max-height: 400px;
  }
}

@media all and (max-width: 767px) {
  #case-studies .s1 .contain {
    max-height: 350px;
  }
}

#case-studies .s1 .hero-mesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(/i/interior-hero.svg) center/cover no-repeat;
  z-index: 1;
}

#case-studies .s1 .link-off-btn {
  border-color: #1AB3FF;
  margin-bottom: 2rem;
}

#case-studies .s1 .link-off-btn p {
  color: #1AB3FF;
}

#case-studies .s1 h1 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(1.5rem, 2.75vw, 1.75rem);
  line-height: 1.25em;
  color: #fff;
}

#case-studies .s2 {
  padding: 4rem 0;
}

#case-studies .s2 .flex-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

@media all and (max-width: 767px) {
  #case-studies .s2 .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}

#case-studies .s2 .left {
  flex-shrink: 0;
  width: 100%;
  max-width: 280px;
}

#case-studies .s2 .left .img-wrap {
  width: 100%;
}

#case-studies .s2 .left img {
  display: block;
  width: 100%;
  height: auto;
}

#case-studies .s2 .right {
  flex-grow: 1;
  max-width: 800px;
}

#case-studies .s2 .right > h3 {
  font-size: .9rem;
  color: #132341;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

#case-studies .s2 .right .inner-content {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.05rem;
  margin-bottom: 1.75rem;
  color: #0B162B;
  line-height: 1.6em;
}

#case-studies .s2 p.sec_label {
  width: 100%;
  text-align: center;
  padding: .5rem 1.1rem;
  background: rgba(216, 220, 227, 0.4);
  border-radius: 4rem;
  color: #132341;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  font-size: .8rem;
  margin: 1.75rem auto;
}

#case-studies .s2 p.detail {
  font-size: .9rem;
  color: #132341;
  margin-bottom: 1rem;
}

#case-studies .s2 p.detail strong {
  display: block;
  font-weight: 700;
  margin-bottom: .35rem;
}

#case-studies .s3 {
  background-color: #132341;
  padding: 6.5rem 0;
}

@media all and (max-width: 1024px) {
  #case-studies .s3 {
    padding: 5.5rem 0;
  }
}

@media all and (max-width: 767px) {
  #case-studies .s3 {
    padding: 5rem 0;
  }
}

#case-studies .s3 .ts-quote {
  max-width: 1020px;
}

#case-studies .s3 .ts-quote h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(1.35rem, 3vw, 2rem);
  color: #fff;
  line-height: 1.15em;
  margin-bottom: 4rem;
  text-align: center;
}

#case-studies .s3 .ts-quote p {
  text-align: center;
  color: #fff;
}

#case-studies .s3 .ts-quote p.quote {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  line-height: 1.4em;
  margin-bottom: 1.5rem;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
}

#case-studies .s3 .ts-quote p.quote::before {
  content: '\201C';
}

#case-studies .s3 .ts-quote p.quote::after {
  content: '\201D';
}

#case-studies .s3 .ts-quote p.ts-name {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  line-height: 1.2em;
}

#case-studies .s3 .ts-quote p.ts-title {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.2em;
}
