﻿.social-responsibility[data-v-b8a5b7e2] {
  min-height: 100vh;
  background: #fff;
}

.social-responsibility[data-v-b8a5b7e2] .social-content {
  padding-top: 64px;
  background: #fff;
}

.social-responsibility[data-v-b8a5b7e2] .social-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  line-height: 0;
}

.social-responsibility[data-v-b8a5b7e2] .social-hero-section {
  height: min(44.76vw, 560px);
  min-height: 320px;
}

.social-responsibility[data-v-b8a5b7e2] .social-feature-section {
  height: min(44.76vw, 460px);
  min-height: 260px;
}

.social-responsibility[data-v-b8a5b7e2] .section-bg {
  width: 100%;
  height: 100%;
}

.social-responsibility[data-v-b8a5b7e2] .section-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.social-responsibility[data-v-b8a5b7e2] .hero-indicator {
  position: absolute;
  left: 50%;
  bottom: 8%;
  z-index: 2;
  width: clamp(56px, 6vw, 88px);
  transform: translateX(-50%);
  pointer-events: none;
}

.social-responsibility[data-v-b8a5b7e2] .hero-indicator img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .social-responsibility[data-v-b8a5b7e2] .social-content {
    padding-top: 60px;
  }

  .social-responsibility[data-v-b8a5b7e2] .social-hero-section {
    height: min(44.76vw, 500px);
    min-height: 280px;
  }

  .social-responsibility[data-v-b8a5b7e2] .social-feature-section {
    height: min(44.76vw, 400px);
    min-height: 220px;
  }
}

@media (max-width: 768px) {
  .social-responsibility[data-v-b8a5b7e2] .social-content {
    padding-top: 56px;
  }

  .social-responsibility[data-v-b8a5b7e2] .social-hero-section,
  .social-responsibility[data-v-b8a5b7e2] .social-feature-section {
    height: auto;
    min-height: 0;
    aspect-ratio: 1021 / 457;
  }

  .social-responsibility[data-v-b8a5b7e2] .hero-indicator {
    bottom: 7%;
    width: clamp(44px, 12vw, 72px);
  }
}
