.single-case-hero-section {
  padding-top: 36px;
}

.single-case-hero-section .case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.single-case-hero-section .case-tag {
  width: fit-content;
  padding: 8px 12px;
  margin: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--e-global-brand-white);
  background: rgb(240 243 250 / 8%);
  backdrop-filter: blur(80px);
  border-radius: 72px;
}

.single-case-hero-section .section-title {
  max-width: 1150px;
  margin: 16px 0 24px;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 111%;
  color: var(--e-global-brand-white);
}

.single-case-hero-section .hero-content-image-wrapper {
  max-height: 1045px;
  aspect-ratio: 32 / 19;
  overflow: hidden;
  border-radius: 12px;
}

.single-case-hero-section .hero-content-video,
.single-case-hero-section .hero-content-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


@media screen and (max-width: 1360px) {
  .single-case-hero-section .section-title {
    font-size: var(--fluid-44-72);
  }

  .single-case-hero-section .case-tag {
    font-size: var(--fluid-14-16);
  }
}

@media screen and (max-width: 560px) {
  .single-case-hero-section .section-title {
    font-size: 44px;
    line-height: 1.2;
  }

  .single-case-hero-section .case-tag {
    font-size: 14px;
  }
}
