.zs-oem-hero {
  padding: 0 0 34px;
}

.zs-oem-hero__inner {
  position: relative;
}

.zs-oem-hero__media {
  position: relative;
  overflow: hidden;
}

.zs-oem-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.zs-oem-hero__media img {
  display: block;
  width: 100%;
  min-height: 370px;
  object-fit: cover;
  object-position: center;
}

.zs-oem-hero__content {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: calc(100% - 60px);
  transform: translateX(-50%);
  text-align: center;
}

.zs-oem-hero__content h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.zs-oem-hero__content p {
  margin: 14px 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.zs-oem-services {
  padding: 8px 0 72px;
}

.zs-oem-services__inner {
  padding: 0 15%;
}

.zs-oem-services__intro {
  padding-bottom: 12px;
}

.zs-oem-services__intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #666e77;
}

.zs-oem-services__heading {
  max-width: 1080px;
  padding: 12px 0 10px;
}

.zs-oem-services__heading h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 600;
  color: #1f2b37;
}

.zs-oem-services__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
  gap: 28px;
  padding-top: 18px;
}

.zs-oem-services__content {
  padding-right: 8px;
}

.zs-oem-services__item + .zs-oem-services__item {
  margin-top: 32px;
}

.zs-oem-services__item h3 {
  margin: 0 0 6px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #3f454c;
}

.zs-oem-services__item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #666e77;
}

.zs-oem-services__media img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.zs-oem-advantages {
  padding: 2px 0 72px;
}

.zs-oem-advantages__inner {
  padding: 0 15%;
}

.zs-oem-advantages__heading {
  max-width: 1080px;
  margin-bottom: 26px;
}


.zs-oem-advantages__heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 600;
  color: #1f2b37;
}

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

.zs-oem-advantages__media img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.zs-oem-advantages__item + .zs-oem-advantages__item {
  margin-top: 20px;
}

.zs-oem-advantages__item h3 {
  margin: 0 0 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  color: #3f454c;
}

.zs-oem-advantages__item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #666e77;
}

.zs-oem-process {
  padding: 56px 0 74px;
  background: #f3f3f3;
}

.zs-oem-process__inner {
  padding: 0 15%;
}

.zs-oem-process__heading {
  text-align: center;
}

.zs-oem-process__heading h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 600;
  color: #1f2b37;
}

.zs-oem-process__tags {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}

.zs-oem-process__tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 30px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background: #38c172;
  text-decoration: none;
}

.zs-oem-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
  margin-top: 32px;
}

.zs-oem-process__card {
  text-align: center;
}

.zs-oem-process__card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.zs-oem-process__card h3 {
  margin: 16px 0 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #2b3137;
}

.zs-oem-process__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 300;
  color: #747d87;
}

@media (max-width: 1024px) {
  .zs-oem-hero {
    padding: 0 0 28px;
  }

  .zs-oem-hero__media img {
    min-height: 320px;
  }

  .zs-oem-hero__content {
    width: calc(100% - 32px);
  }

  .zs-oem-services__inner {
    padding: 0 5%;
  }

  .zs-oem-services__heading h2 {
    font-size: 40px;
  }

  .zs-oem-services__body {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .zs-oem-advantages__inner {
    padding: 0 5%;
  }

  .zs-oem-advantages__heading h2 {
    font-size: 40px;
  }

  .zs-oem-advantages__body {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .zs-oem-process__inner {
    padding: 0 5%;
  }

  .zs-oem-process__heading h2 {
    font-size: 36px;
  }

  .zs-oem-process__grid {
    gap: 28px 22px;
  }
}

@media (max-width: 767px) {
  .zs-oem-hero {
    padding: 0 0 22px;
  }

  .zs-oem-hero__media img {
    min-height: 230px;
  }

  .zs-oem-hero__content {
    bottom: 16px;
    width: calc(100% - 24px);
  }

  .zs-oem-hero__content h2 {
    font-size: 18px;
  }

  .zs-oem-hero__content p {
    margin-top: 10px;
    font-size: 12px;
  }

  .zs-oem-services {
    padding: 0 0 42px;
  }

  .zs-oem-services__inner {
    padding: 0 24px;
  }

  .zs-oem-services__intro {
    padding-bottom: 10px;
  }

  .zs-oem-services__intro p,
  .zs-oem-services__item p {
    font-size: 14px;
    line-height: 1.65;
  }

  .zs-oem-services__heading {
    padding: 10px 0 8px;
  }

  .zs-oem-services__heading h2 {
    max-width: none;
    font-size: 30px;
  }

  .zs-oem-services__body {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 14px;
  }

  .zs-oem-services__content {
    padding-right: 0;
  }

  .zs-oem-services__item + .zs-oem-services__item {
    margin-top: 22px;
  }

  .zs-oem-services__item h3 {
    font-size: 14px;
  }

  .zs-oem-advantages {
    padding: 0 0 42px;
  }

  .zs-oem-advantages__inner {
    padding: 0 24px;
  }

  .zs-oem-advantages__heading {
    margin-bottom: 18px;
  }

  .zs-oem-advantages__heading::before {
    width: 180px;
    height: 4px;
    margin-bottom: 18px;
  }

  .zs-oem-advantages__heading h2 {
    max-width: none;
    font-size: 30px;
  }

  .zs-oem-advantages__body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zs-oem-advantages__item + .zs-oem-advantages__item {
    margin-top: 16px;
  }

  .zs-oem-advantages__item h3 {
    font-size: 14px;
  }

  .zs-oem-advantages__item p {
    font-size: 14px;
    line-height: 1.65;
  }

  .zs-oem-process {
    padding: 40px 0 48px;
  }

  .zs-oem-process__inner {
    padding: 0 24px;
  }

  .zs-oem-process__heading h2 {
    font-size: 28px;
  }

  .zs-oem-process__tags {
    gap: 10px;
    margin-top: 14px;
  }

  .zs-oem-process__tags a {
    min-width: 66px;
    min-height: 28px;
    padding: 0 14px;
    font-size: 11px;
  }

  .zs-oem-process__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 24px;
  }

  .zs-oem-process__card h3 {
    margin-top: 12px;
    font-size: 16px;
  }

  .zs-oem-process__card p {
    font-size: 13px;
  }
}
