.industries-hero {
  padding-bottom: 48px;
}

.industries-hero .section-title {
  margin: 40px 0 24px;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 111.111% */
  color: var(--e-global-brand-white);
}

.industries-hero-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
}

.industries-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.industries-hero-icon-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  background-color: rgb(240 243 250 / 8%);
  backdrop-filter: blur(40px);
  border-radius: 12px;
}

.industries-hero-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.industries-hero-icon-text {
  margin: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: var(--e-global-brand-white);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  white-space: nowrap;
}

@media screen and (max-width: 1360px) {
  .industries-hero {
    padding-bottom: clamp(32px, 20.8px + 2vw, 48px);
  }

  .industries-hero-icon-wrapper {
    width: clamp(120px, 36px + 15vw, 240px);
    height: clamp(120px, 36px + 15vw, 240px);
  }

  .industries-hero .section-title {
    margin: clamp(24px, 12.8px + 2vw, 40px) 0 24px;
    font-size: var(--fluid-44-72);
    line-height: 1.2;
  }

  .industries-hero-icon {
    width: clamp(32px, 20.8px + 2vw, 48px);
    height: clamp(32px, 20.8px + 2vw, 48px);
  }

  .industries-hero-icon-text {
    font-size: clamp(14px, 12.6px + 0.25vw, 16px);
    line-height: 1.5;
  }
}

@media screen and (max-width: 560px) {
  .industries-hero {
    padding-bottom: 32px;
  }

  .industries-hero-icon-wrapper {
    width: 120px;
    height: 120px;
  }

  .industries-hero .section-title {
    margin: 24px 0;
    font-size: 44px;
    line-height: 52px;
  }

  .industries-hero-image-wrapper {
    aspect-ratio: 344 / 193;
  }

  .industries-hero-icon {
    width: 32px;
    height: 32px;
  }

  .industries-hero-icon-text {
    font-size: 14px;
    line-height: 20px;
  }
}
