.zs-hero {
  position: relative;
}

.zs-hero-slider {
  position: relative;
  overflow: hidden;
  --swiper-navigation-size: 18px;
  --swiper-theme-color: #39a8f7;
}

.zs-hero-slide {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.zs-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zs-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 140px);
  padding: 90px 0 72px;
  text-align: center;
}

.zs-hero-copy {
  color: #ffffff;
}

.zs-hero-copy h2 {
  margin-bottom: 20px;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.zs-hero-copy p {
  margin: 0 auto 34px;
  font-size: 20px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.zs-hero-copy .zs-btn-primary {
  min-height: 46px;
  padding: 0 24px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.zs-hero-copy .zs-btn-primary:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.zs-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-50%);
}

.zs-slider-arrow:hover {
  color: #1f2a3d;
  background: #ffffff;
}

.zs-slider-arrow::after {
  font-size: 18px;
  font-weight: 800;
}

.zs-slider-prev {
  left: 22px;
}

.zs-slider-next {
  right: 22px;
}

.zs-slider-dots {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.zs-slider-dots .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  opacity: 1;
}

.zs-slider-dots .swiper-pagination-bullet-active {
  background: #ffffff;
}

.zs-about,
.zs-why,
.zs-capabilities,
.zs-locations,
.zs-blog,
.zs-faq {
  padding: 110px 0 50px;
}

.zs-about {
  background: #f4f4f4;
}

.zs-about .zs-grid-2 {
  align-items: start;
  gap: 70px;
}

.zs-about .zs-kicker {
  margin-bottom: 10px;
  color: #0c5297;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zs-about .zs-main-title {
  max-width: 540px;
  margin-bottom: 54px;
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.zs-about-copy p {
  max-width: 610px;
  color: #6f6258;
  font-size: 16px;
  line-height: 1.66;
}

.zs-about-copy p+p {
  margin-top: 22px;
}

.zs-about-copy .zs-btn {
  margin-top: 52px;
}

.zs-about-copy .zs-btn-secondary {
  min-height: 50px;
  padding: 0 28px;
  background: #0c5297;
  box-shadow: none;
  font-size: 13px;
}

.zs-about-copy .zs-btn-secondary:hover {
  background: #0c5297;
}

.zs-about-media {
  position: relative;
}

.zs-video-card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 0.56;
  background: #000000;
  border-radius: 0;
  box-shadow: none;
}

.zs-video-trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.zs-video-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
}

.zs-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: none;
}

.zs-video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #000000;
}

.zs-video-frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000000;
}

.zs-video-card.is-playing .zs-video-trigger {
  display: none;
}

.zs-feature-grid {
  margin-top: 24px;
  position: relative;
  z-index: 1;
  gap: 28px;
}

.zs-feature-box {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.zs-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: #0c5297;
}

.zs-feature-icon svg {
  width: 100%;
  height: 100%;
}

.zs-feature-box h3 {
  margin-bottom: 22px;
  padding-bottom: 12px;
  color: #5f554e;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ddd7d2;
}

.zs-feature-box p {
  color: #6f6258;
  font-size: 16px;
  line-height: 1.7;
}

.zs-why {
  background: linear-gradient(180deg, #0f2748 0%, #14345f 100%);
}

.zs-why .zs-section-title {
  margin-bottom: 56px;
}

.zs-why .zs-kicker {
  margin-bottom: 14px;
  color: rgba(213, 231, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.zs-why .zs-main-title {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.24;
  text-align: center;
}

.zs-why .zs-grid-4 {
  gap: 16px;
}

.zs-why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 22px 22px 26px;
  overflow: hidden;
  border: 1px solid rgba(92, 151, 219, 0.22);
  background: #183b67;
  box-shadow: none;
  transition: background-color 0.28s ease, border-color 0.28s ease;
}

.zs-why-card:hover {
  transform: none;
}

.zs-why-card>* {
  position: relative;
  z-index: 1;
}

.zs-why-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(99, 155, 224, 0.16);
  transition: background-color 0.28s ease;
}

.zs-card-number {
  position: absolute;
  top: -16px;
  left: -10px;
  z-index: 0;
  display: block;
  color: rgba(123, 178, 239, 0.2);
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  transition: color 0.28s ease;
}

.zs-why-card img {
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 0;
  opacity: 0.9;
  filter: brightness(0) saturate(100%) invert(96%) sepia(10%) saturate(724%) hue-rotate(196deg) brightness(106%) contrast(92%);
  transition: opacity 0.28s ease;
}

.zs-why-card h3 {
  max-width: 170px;
  margin: 0 0 14px;
  padding-top: 8px;
  color: #ffffff;
  font-size: 30px;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
  transition: color 0.28s ease;
}

.zs-why-card p {
  margin-bottom: 28px;
  color: rgba(221, 234, 255, 0.82);
  font-size: 13px;
  line-height: 2;
  transition: color 0.28s ease;
}

.zs-why-card a,
.zs-link-more {
  margin-top: auto;
  color: #18a9ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.28s ease;
  text-transform: uppercase;
}

.zs-why-card a::before,
.zs-link-more::before {
  content: "\2192";
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  line-height: 1;
}

.zs-why-card:hover {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
}

.zs-why-card:hover::after {
  background: #4db6f8;
}

.zs-why-card:hover .zs-card-number {
  color: rgba(23, 34, 56, 0.08);
}

.zs-why-card:hover h3 {
  color: #172238;
}

.zs-why-card:hover p {
  color: #6f6258;
}

.zs-counter-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: -128px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.zs-counter-card {
  position: relative;
  min-height: 196px;
  padding: 30px 28px;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.zs-counter-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 27, 78, 0.34), rgba(10, 22, 67, 0.62));
}

.zs-counter-card>* {
  position: relative;
  z-index: 1;
}

.zs-counter-value {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 8px;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 0.9;
}

.zs-counter-value strong {
  font-size: 28px;
  line-height: 1;
}

.zs-counter-card h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-weight: 800;
}

.zs-counter-card p {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.5;
}

.zs-capabilities {
  background: linear-gradient(180deg, #14345f 0 128px, #ffffff 128px 100%);
}

.zs-capability-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 70px 0;
}

.zs-capability-head .zs-kicker {
  margin-bottom: 14px;
  color: #0c5297;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.zs-capability-head .zs-mid-title {
  font-size: 24px;
}

.zs-capability-head .zs-btn-primary {
  background: #0c5297;
  box-shadow: none;
}

.zs-capability-head .zs-btn-primary:hover {
  background: #0c5297;
  box-shadow: none;
}

.zs-capability-grid {
  display: block;
  width: 100%;
}

.zs-capability-grid img {
  display: block;
  width: 92%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

.zs-location-grid {
  align-items: center;
  gap: 52px;
}

.zs-map-card {
  position: relative;
}

.zs-map-card img {
  width: 100%;
  border-radius: 18px;
}

.zs-hotspot {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.zs-hotspot-pulse,
.zs-hotspot-pulse::before,
.zs-hotspot-pulse::after {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.zs-hotspot-pulse {
  background: #0c5297;
  box-shadow: 0 0 0 4px rgba(119, 70, 196, 0.18);
}

.zs-hotspot-pulse::before,
.zs-hotspot-pulse::after {
  content: "";
  border: 1px solid rgba(119, 70, 196, 0.42);
  animation: zsPulse 2s infinite ease-out;
}

.zs-hotspot-pulse::after {
  animation-delay: 0.6s;
}

.zs-hotspot-tooltip {
  position: absolute;
  bottom: calc(100% + 18px);
  left: 50%;
  width: 240px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ffffff;
  color: #4c5568;
  box-shadow: var(--zs-shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: 0.25s ease;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}

.zs-hotspot-tooltip strong {
  display: block;
  margin-bottom: 4px;
  color: var(--zs-color-heading);
}

.zs-hotspot.is-open .zs-hotspot-tooltip,
.zs-hotspot:hover .zs-hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.zs-location-copy p {
  max-width: 540px;
  margin: 20px 0 30px;
}

.zs-location-copy .zs-main-title {
  color: #4a566b;
  font-size: 36px;
}

.zs-location-copy .zs-btn-primary {
  background: #0c5297;
  box-shadow: none;
}

.zs-location-copy .zs-btn-primary:hover {
  background: #0c5297;
  box-shadow: none;
}

.zs-markets {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zs-market-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 12, 26, 0.5);
}

.zs-market-inner {
  position: relative;
  z-index: 1;
}

.zs-markets .zs-kicker {
  margin-bottom: 14px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.zs-markets .zs-main-title {
  font-size: 36px;
}

.zs-market-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 196px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
  text-align: center;
}

.zs-market-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 18px;
}

.zs-market-card span {
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
}

.zs-market-card p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.5;
}

.zs-market-card:hover {
  color: #ffffff;
  border-color: #0c5297;
  background: #0c5297;
}

.zs-exhibitions {
  padding: 110px 0;
}

.zs-exhibitions .zs-main-title {
  font-size: 36px;
  color: #0c5297;
}

.zs-exhibitions .zs-link-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 42px;
  margin-top: 0;
  padding: 0 24px;
  border-radius: 2px;
  background: #0c5297;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: none;
  transition: background-color 0.28s ease, color 0.28s ease;
}

.zs-exhibitions .zs-link-more::before {
  display: none;
  content: none;
}

.zs-exhibitions .zs-link-more:hover {
  background: #0c5297;
  color: #ffffff;
}

.zs-flex-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.zs-exhibitions .zs-grid-3 {
  gap: 22px;
}

.zs-exhibition-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 318 / 240;
  border-radius: 0;
  box-shadow: var(--zs-shadow-sm);
  perspective: 1200px;
  transform-style: preserve-3d;
}

.zs-exhibition-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.zs-exhibition-front {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 28px;
  background: #0c5297;
  color: #ffffff;
  text-align: center;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.zs-exhibition-front-block {
  width: 100%;
}

.zs-exhibition-front h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.zs-exhibition-front p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.6;
}

.zs-exhibition-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 28px;
  background: #0c5297;
  color: #ffffff;
  text-align: center;
  backface-visibility: hidden;
  transform: rotateY(-180deg);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.zs-exhibition-overlay p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.6;
}

.zs-exhibition-overlay a {
  color: #2eb6ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.zs-exhibition-card--text:hover .zs-exhibition-front {
  transform: rotateY(180deg);
}

.zs-exhibition-card:hover img {
  transform: rotateY(180deg);
}

.zs-exhibition-card:hover .zs-exhibition-overlay {
  transform: rotateY(0deg);
}

.zs-blog {
  padding-top: 50px;
  padding-bottom: 88px;
  background: #f2f2f2;
}

.zs-blog .zs-section-title {
  margin-bottom: 32px;
  text-align: left;
}

.zs-blog .zs-kicker {
  color: #0c5297;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.zs-blog .zs-main-title {
  font-size: 30px;
}

.zs-blog .zs-grid-3 {
  align-items: stretch;
  gap: 22px;
}

.zs-blog .zs-post-card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: none;
}

.zs-blog .zs-post-thumb img {
  width: 100%;
  aspect-ratio: 297 / 194;
  object-fit: cover;
}

.zs-blog .zs-post-copy {
  padding: 22px 20px 18px;
}

.zs-blog .zs-post-copy h3 {
  margin-bottom: 18px;
  color: var(--zs-color-heading);
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
}

.zs-post-copy h3 a {
  color: inherit;
}

.zs-post-copy h3 a:hover {
  color: var(--zs-color-accent);
}

.zs-blog .zs-post-copy p {
  font-size: 16px;
  line-height: 1.4;
}

.zs-blog .zs-post-card-text .zs-post-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
}

.zs-quote-bar {
  padding: 0;
  background: #0c5297;
}

.zs-quote-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 130px;
  padding: 12px 34px;
}

.zs-quote-bar p {
  color: #ffffff;
  font-size: 28px;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.zs-quote-bar .zs-btn-primary {
  min-height: 40px;
  padding: 0 30px;
  border-radius: 6px;
  background: #ffffff;
  color: #3c4a62;
  box-shadow: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.zs-quote-bar .zs-btn-primary:hover {
  background: #0c5297;
  color: #ffffff;
  box-shadow: none;
}

@keyframes zsPulse {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }

  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}

@media (max-width: 1279px) {
  .zs-market-card span {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {

  .zs-counter-row,
  .zs-location-grid {
    grid-template-columns: 1fr;
  }

  .zs-hero-inner {
    min-height: 700px;
    padding: 110px 0 90px;
  }

  .zs-hero-copy h2 {
    font-size: clamp(36px, 7vw, 58px);
    white-space: normal;
  }

  .zs-hero-copy p {
    font-size: 18px;
  }

  .zs-capability-head,
  .zs-flex-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .zs-about,
  .zs-why,
  .zs-capabilities,
  .zs-locations,
  .zs-markets,
  .zs-exhibitions,
  .zs-blog {
    padding: 90px 0;
  }

  .zs-quote-bar-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .zs-hero-inner {
    min-height: 620px;
    padding: 100px 0 76px;
  }

  .zs-hero-copy h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.12;
    white-space: normal;
  }

  .zs-hero-copy p {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.4;
  }

  .zs-quote-bar {
    padding: 0;
  }

  .zs-quote-bar p {
    font-size: 28px;
  }

  .zs-quote-bar-inner {
    gap: 16px;
    min-height: 0;
    padding: 16px 20px;
  }

  .zs-quote-bar .zs-btn-primary {
    align-self: flex-start;
  }

  .zs-slider-prev {
    left: 12px;
  }

  .zs-slider-next {
    right: 12px;
  }

  .zs-slider-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }

  .zs-about,
  .zs-why,
  .zs-capabilities,
  .zs-locations,
  .zs-markets,
  .zs-exhibitions,
  .zs-blog {
    padding: 72px 0;
  }

  .zs-feature-grid {
    display: none;
  }

  .zs-about .zs-grid-2 {
    gap: 30px;
  }

  .zs-about .zs-main-title {
    font-size: 26px;
  }

  .zs-why .zs-main-title {
    font-size: 26px;
  }

  .zs-about-copy .zs-btn {
    margin-top: 26px;
  }

  .zs-why-card,
  .zs-post-copy,
  .zs-counter-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .zs-counter-value {
    font-size: 48px;
  }

  .zs-counter-card h3 {
    font-size: 22px;
  }

  .zs-counter-card p {
    font-size: 14px;
  }

  .zs-capability-head .zs-mid-title {
    font-size: 26px;
  }

  .zs-markets {
    display: none;
  }

  .zs-exhibitions {
    display: none;
  }

  .zs-market-card {
    min-height: 158px;
  }

  .zs-market-card span {
    font-size: 20px;
  }

  .zs-post-copy h3,
  .zs-why-card h3 {
    font-size: 30px;
  }
}