.zs-products-page {
  background: #ffffff;
}

.zs-product-list-seo-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zs-products-banner {
  position: relative;
  min-height: 780px;
  color: #ffffff;
  background: url("../img/bosen-pharmaceutical-chemicals.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.zs-products-banner__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 35, 67, 0.72) 0%, rgba(18, 35, 67, 0.48) 36%, rgba(18, 35, 67, 0.18) 100%),
    rgba(8, 20, 40, 0.18);
}

.zs-products-banner .zs-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 780px;
}

.zs-products-banner__content {
  padding: 190px 0 120px;
}

.zs-products-banner__content h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 800;
  line-height: 1.08;
}

.zs-products-banner__line {
  display: block;
  width: 58px;
  height: 4px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.95);
}

.zs-products-banner__content p {
  max-width: 950px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 2;
}

.zs-products-banner__content p:last-of-type {
  margin-bottom: 34px;
}

.zs-products-banner__content .zs-btn {
  margin-top: 10px;
}

.zs-products-breadcrumbs {
  position: relative;
  margin-top: -46px;
  padding: 0 0 20px;
  background: transparent;
  z-index: 2;
}

.zs-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.4;
}

.zs-breadcrumb__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  flex: 0 0 auto;
}

.zs-breadcrumb__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

.zs-breadcrumb a:hover {
  color: #ffffff;
}

.zs-breadcrumb span:last-child {
  color: #8ec4ff;
}

.zs-cosmetic-types {
  padding: 72px 0 110px;
  background: #ffffff;
}

.zs-cosmetic-types__heading {
  margin-bottom: 56px;
  text-align: center;
}

.zs-cosmetic-types__heading h2 {
  color: #27364d;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.zs-cosmetic-types__list {
  display: grid;
  gap: 56px;
}

.zs-page-pagination {
  display: flex;
  justify-content: center;
}

.zs-page-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-page-pagination .pagination li {
  margin: 0;
  list-style: none;
}

.zs-page-pagination .pagination a,
.zs-page-pagination .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d8e2ef;
  border-radius: 999px;
  background: #ffffff;
  color: #385071;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(11, 62, 135, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.zs-page-pagination .pagination a:hover {
  border-color: #0b3e87;
  background: #0b3e87;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 62, 135, 0.16);
}

.zs-page-pagination .pagination .active span {
  border-color: #0b3e87;
  background: linear-gradient(135deg, #0b3e87 0%, #174a96 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(11, 62, 135, 0.2);
}

.zs-page-pagination .pagination .disabled span {
  color: #8fa0b5;
  border-style: dashed;
  background: #f7f9fc;
  box-shadow: none;
}

.zs-cosmetic-type-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 56px;
}

.zs-cosmetic-type-card:nth-child(even) {
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
}

.zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__media {
  order: 2;
}

.zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__content {
  order: 1;
}

.zs-cosmetic-type-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.zs-cosmetic-type-card__media {
  overflow: hidden;
  border-radius: 4px;
}

.zs-cosmetic-type-card__media a {
  display: block;
  overflow: hidden;
  border-radius: inherit;
}

.zs-cosmetic-type-card__media:hover img {
  transform: scale(1.06);
  filter: saturate(1.05);
}

.zs-cosmetic-type-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: center;
  min-width: 0;
  padding: 10px 0;
}

.zs-cosmetic-type-card__content h3 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 22px;
  color: #27364d;
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 800;
  line-height: 1.2;
}

.zs-cosmetic-type-card__content p {
  max-width: 440px;
  margin: 0 0 20px;
  color: #4e5f77;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.zs-cosmetic-type-card__content h3 a {
  color: inherit;
  transition: color 0.25s ease;
}

.zs-cosmetic-type-card__content h3 a:hover {
  color: #0d4ea6;
}

.zs-cosmetic-type-card__content h3::before,
.zs-cosmetic-type-card__content h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(68px, 9vw, 120px);
  height: 2px;
  background: rgba(13, 78, 166, 0.78);
  transform: translateY(-50%);
}

.zs-cosmetic-type-card__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0d4ea6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zs-cosmetic-type-card__link::before,
.zs-cosmetic-type-card__link::after {
  content: ">";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0d4ea6;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

.zs-cosmetic-type-card__link::before {
  display: inline-flex;
}

.zs-cosmetic-type-card__link::after {
  display: none;
}

.zs-cosmetic-type-card__link:hover {
  color: #083b80;
}

.zs-cosmetic-type-card:nth-child(odd) .zs-cosmetic-type-card__content h3::before {
  left: calc(clamp(68px, 9vw, 120px) * -1 - 18px);
}

.zs-cosmetic-type-card:nth-child(odd) .zs-cosmetic-type-card__content h3::after {
  display: none;
}

.zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__content {
  align-items: flex-end;
  text-align: right;
}

.zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__content p {
  margin-left: auto;
}

.zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__content h3::before {
  display: none;
}

.zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__content h3::after {
  right: calc(clamp(68px, 9vw, 120px) * -1 - 18px);
}

.zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__link::before {
  display: none;
}

.zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__link::after {
  display: inline-flex;
}

.zs-cosmetic-work {
  padding: 0 0 110px;
  background: #ffffff;
}

.zs-cosmetic-work__heading {
  margin-bottom: 48px;
  text-align: center;
}

.zs-cosmetic-work__heading h2 {
  color: #27364d;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.zs-cosmetic-work__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 0;
}

.zs-cosmetic-work__media {
  position: relative;
  z-index: 1;
}

.zs-cosmetic-work__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 0.78;
  object-fit: cover;
}

.zs-cosmetic-work__content {
  position: relative;
  margin-left: -72px;
  padding: 34px 42px 34px 108px;
  background: #ffffff;
  border-right: 4px solid #0d4ea6;
  box-shadow: 0 18px 42px rgba(18, 35, 67, 0.08);
}

.zs-cosmetic-work__content p {
  margin-bottom: 18px;
  color: #5a6575;
  font-size: 15px;
  line-height: 1.9;
}

.zs-cosmetic-work__content ul {
  display: grid;
  gap: 14px;
}

.zs-cosmetic-work__content li {
  position: relative;
  padding-left: 18px;
  color: #5a6575;
  font-size: 15px;
  line-height: 1.9;
}

.zs-cosmetic-work__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0d4ea6;
}

.zs-products-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 16px;
}

.zs-products-list__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-contact-focus {
  background: #ffffff;
  padding-bottom: 88px;
}

.zs-contact-focus__hero {
  min-height: 310px;
  background: url("../img/contact-for-bosens-pharmaceutical-chemicals.jpg") center/cover no-repeat;
}

.zs-contact-focus__heading {
  padding: 68px 0 118px;
  text-align: center;
}

.zs-contact-focus__heading h2 {
  margin: 0;
  color: #333333;
  font-size: clamp(26px, 2.5vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.zs-contact-focus__heading p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #5f6f83;
  font-size: 14px;
  line-height: 1.9;
}

.zs-contact-focus__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1fr);
  margin: -100px auto 0;
  box-shadow: 0 24px 60px rgba(14, 54, 112, 0.12);
}

.zs-contact-focus__info {
  padding: 54px 48px 50px;
  background: #ffffff;
}

.zs-contact-focus__info h3,
.zs-contact-focus__form-wrap h3 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.zs-contact-focus__info h3 {
  color: #0b3e87;
}

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

.zs-contact-focus__list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid rgba(17, 58, 122, 0.12);
}

.zs-contact-focus__icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-top: 2px;
}

.zs-contact-focus__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.zs-contact-focus__list strong {
  display: block;
  margin-bottom: 8px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.zs-contact-focus__list a,
.zs-contact-focus__list span {
  color: #66768a;
  font-size: 14px;
  line-height: 1.9;
  text-decoration: none;
}

.zs-contact-focus__list a:hover {
  color: #0b3e87;
}

.zs-contact-focus__form-wrap {
  padding: 54px 30px 50px;
  background: #0b3e87;
}

.zs-contact-focus__form-wrap h3 {
  color: #ffffff;
}

.zs-contact-focus__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 10px;
}

.zs-contact-focus__form input,
.zs-contact-focus__form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 12px 12px;
  background: #ffffff;
  color: #333333;
  font: inherit;
  outline: none;
}

.zs-contact-focus__form input::placeholder,
.zs-contact-focus__form textarea::placeholder {
  color: #7a7a7a;
}

.zs-contact-focus__form textarea {
  min-height: 120px;
  resize: vertical;
}

.zs-contact-focus__input-full {
  grid-column: 1 / -1;
}

.zs-contact-focus__form button {
  width: 98px;
  height: 38px;
  border: 0;
  background: #111111;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.zs-contact-focus__form button:hover,
.zs-contact-focus__form button:focus-visible {
  background: #1d1d1d;
  transform: translateY(-1px);
}

.zs-bosen-news {
  padding: 92px 0 110px;
  background: #f6f6f6;
}

.zs-bosen-news__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 54px;
  text-align: center;
}

.zs-bosen-news__heading h2 {
  margin: 0;
  color: #333333;
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.zs-bosen-news__heading .zs-products-list__icon {
  margin-top: 18px;
}

.zs-bosen-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.zs-bosen-news__card {
  min-width: 0;
  background: #ffffff;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.zs-bosen-news__thumb {
  display: block;
  border-top: 6px solid #0b3e87;
  overflow: hidden;
}

.zs-bosen-news__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
}

.zs-bosen-news__card:hover,
.zs-bosen-news__card:focus-within {
  box-shadow: 0 16px 36px rgba(11, 62, 135, 0.12);
  transform: translateY(-2px);
}

.zs-bosen-news__meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 0;
  padding: 18px 18px 0;
  color: #8a8a8a;
  font-size: 11px;
  line-height: 1.5;
}

.zs-bosen-news__meta-icon {
  display: inline-flex;
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
}

.zs-bosen-news__meta-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.zs-bosen-news__card h3 {
  margin: 10px 0 0;
  padding: 0 18px;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  text-transform: uppercase;
}

.zs-bosen-news__card h3 a {
  color: inherit;
  text-decoration: none;
}

.zs-bosen-news__more {
  display: inline-block;
  margin: 18px 0 0;
  padding: 0 18px 20px;
  color: #5375a7;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.zs-bosen-news__card:hover .zs-bosen-news__more,
.zs-bosen-news__card:focus-within .zs-bosen-news__more,
.zs-bosen-news__card h3 a:hover {
  color: #0b3e87;
}

@media (max-width: 1199px) {
  .zs-page-pagination .pagination {
    gap: 8px;
  }

  .zs-page-pagination .pagination a,
  .zs-page-pagination .pagination span {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .zs-products-banner {
    min-height: 680px;
  }

  .zs-products-banner .zs-container {
    min-height: 680px;
  }

  .zs-products-banner__content {
    padding: 178px 0 96px;
    max-width: 720px;
  }

  .zs-products-breadcrumbs {
    margin-top: -40px;
    padding-bottom: 18px;
  }

  .zs-cosmetic-types {
    padding: 64px 0 96px;
  }

  .zs-cosmetic-type-card,
  .zs-cosmetic-type-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    gap: 36px;
  }

  .zs-cosmetic-type-card__content h3 {
    font-size: 30px;
  }

  .zs-cosmetic-type-card__content p {
    font-size: 15px;
    line-height: 1.85;
  }

  .zs-cosmetic-work {
    padding-bottom: 96px;
  }

  .zs-cosmetic-work__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .zs-cosmetic-work__content {
    margin-left: -48px;
    padding: 30px 28px 30px 72px;
  }

  .zs-contact-focus__heading {
    padding: 60px 0 112px;
  }

  .zs-contact-focus {
    padding-bottom: 72px;
  }

  .zs-contact-focus__panel {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
    margin-top: -88px;
  }

  .zs-contact-focus__info {
    padding: 42px 32px 40px;
  }

  .zs-contact-focus__form-wrap {
    padding: 42px 24px 40px;
  }

  .zs-bosen-news {
    padding: 76px 0 92px;
  }

  .zs-bosen-news__heading {
    margin-bottom: 44px;
  }

  .zs-bosen-news__grid {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .zs-page-pagination .pagination {
    gap: 6px;
  }

  .zs-page-pagination .pagination a,
  .zs-page-pagination .pagination span {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .zs-products-banner {
    min-height: 560px;
    background-position: center top;
  }

  .zs-products-banner .zs-container {
    min-height: 560px;
  }

  .zs-products-banner__content {
    padding: 140px 0 76px;
  }

  .zs-products-banner__content h2 {
    font-size: 30px;
  }

  .zs-products-banner__line {
    width: 44px;
    margin-bottom: 22px;
  }

  .zs-products-banner__content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .zs-breadcrumb {
    gap: 8px;
    font-size: 11px;
    flex-wrap: wrap;
  }

  .zs-breadcrumb__icon {
    width: 12px;
    height: 12px;
  }

  .zs-products-breadcrumbs {
    margin-top: -34px;
    padding-bottom: 14px;
  }

  .zs-cosmetic-types {
    padding: 48px 0 72px;
  }

  .zs-cosmetic-types__heading {
    margin-bottom: 36px;
  }

  .zs-cosmetic-types__heading h2 {
    font-size: 28px;
  }

  .zs-cosmetic-types__list {
    gap: 40px;
  }

  .zs-cosmetic-type-card,
  .zs-cosmetic-type-card:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__media,
  .zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__content {
    order: initial;
  }

  .zs-cosmetic-type-card__content,
  .zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__content {
    align-items: flex-start;
    text-align: left;
  }

  .zs-cosmetic-type-card__content h3 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .zs-cosmetic-type-card__content p {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
  }

  .zs-cosmetic-type-card__content h3::before,
  .zs-cosmetic-type-card__content h3::after {
    width: 42px;
  }

  .zs-cosmetic-type-card:nth-child(odd) .zs-cosmetic-type-card__content h3::before {
    left: -54px;
  }

  .zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__content h3::before {
    display: block;
    left: -54px;
  }

  .zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__content h3::after {
    display: none;
  }

  .zs-cosmetic-type-card__link::before {
    display: inline-flex;
  }

  .zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__link::before {
    display: none;
  }

  .zs-cosmetic-type-card:nth-child(even) .zs-cosmetic-type-card__link::after {
    display: inline-flex;
  }

  .zs-cosmetic-work {
    padding-bottom: 72px;
  }

  .zs-cosmetic-work__heading {
    margin-bottom: 32px;
  }

  .zs-cosmetic-work__heading h2 {
    font-size: 28px;
  }

  .zs-cosmetic-work__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .zs-cosmetic-work__content {
    margin-left: 0;
    padding: 24px 20px;
  }

  .zs-cosmetic-work__content p,
  .zs-cosmetic-work__content li {
    font-size: 14px;
    line-height: 1.8;
  }

  .zs-contact-focus {
    background: #ffffff;
    padding-bottom: 56px;
  }

  .zs-contact-focus__hero {
    min-height: 220px;
  }

  .zs-contact-focus__heading {
    padding: 52px 0 92px;
  }

  .zs-contact-focus__heading h2 {
    font-size: 28px;
  }

  .zs-contact-focus__heading p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }

  .zs-contact-focus__panel {
    grid-template-columns: 1fr;
    margin-top: -68px;
    box-shadow: 0 16px 36px rgba(14, 54, 112, 0.1);
  }

  .zs-contact-focus__info,
  .zs-contact-focus__form-wrap {
    padding: 28px 20px;
  }

  .zs-contact-focus__info h3,
  .zs-contact-focus__form-wrap h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .zs-contact-focus__list li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
  }

  .zs-contact-focus__icon {
    width: 24px;
    height: 24px;
  }

  .zs-contact-focus__form {
    grid-template-columns: 1fr;
  }

  .zs-contact-focus__input-full {
    grid-column: auto;
  }

  .zs-bosen-news {
    padding: 58px 0 72px;
  }

  .zs-bosen-news__heading {
    margin-bottom: 32px;
  }

  .zs-bosen-news__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .zs-bosen-news__meta {
    padding: 14px 14px 0;
  }

  .zs-bosen-news__card h3 {
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .zs-bosen-news__more {
    margin-top: 14px;
    padding: 0 14px 16px;
  }
}