:root {
  --zs-faq-text: #7d7d7d;
}

.zs-cases-main {
  background: #fff;
}

.zs-cases-banner {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.zs-cases-banner img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zs-cases-banner__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.zs-cases-banner__inner {
  max-width: 860px;
  color: #fff;
}

.zs-cases-banner__inner h2 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.zs-cases-banner__inner p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.8;
  font-weight: 300;
}

.zs-cases-breadcrumb {
  background: #f3f3f3;
}

.zs-cases-breadcrumb p {
  margin: 0;
  padding: 16px 0;
  color: var(--zs-faq-text);
  font-size: 12px;
  line-height: 1.7;
}

.zs-cases-breadcrumb a,
.zs-cases-breadcrumb strong {
  color: inherit;
}

.zs-cases-breadcrumb span {
  margin: 0 6px;
  color: #b7b7b7;
}

.zs-faq {
  padding: 34px 0 58px;
}

.zs-faq__head {
  margin-bottom: 24px;
}

.zs-faq__head h2 {
  margin: 0;
  color: #616161;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 300;
}

.zs-faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-faq__item {
  padding: 16px 18px 14px;
  border: 1px solid #e2e2e2;
  background: #fff;
}

.zs-faq__item + .zs-faq__item {
  margin-top: 10px;
}

.zs-faq__row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 2px;
  align-items: start;
}

.zs-faq__row--question h3 {
  margin: 0;
  color: #111;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
}

.zs-faq__row--answer {
  margin-top: 6px;
}

.zs-faq__row--answer p {
  margin: 0;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}

.zs-faq__row--answer p + p {
  margin-top: 2px;
}

.zs-faq__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.zs-faq__row--question .zs-faq__label {
  color: #111;
}

.zs-faq__row--answer .zs-faq__label {
  color: #9a9a9a;
}

@media (max-width: 767px) {
  .zs-cases-banner {
    min-height: 280px;
  }

  .zs-cases-banner__inner h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .zs-cases-banner__inner p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .zs-cases-breadcrumb p {
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .zs-faq {
    padding: 28px 0 44px;
  }

  .zs-faq__head {
    margin-bottom: 18px;
  }

  .zs-faq__head h2 {
    font-size: 34px;
  }

  .zs-faq__item {
    padding: 14px 12px 12px;
  }

  .zs-faq__row {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 8px;
  }

  .zs-faq__row--question h3 {
    font-size: 17px;
    line-height: 1.45;
  }

  .zs-faq__row--answer p {
    font-size: 14px;
    line-height: 1.7;
  }

  .zs-faq__label {
    font-size: 16px;
  }
}
