.content-section {
  padding: var(--default-padding) 0;
  background: var(--bg-n);
  border-radius: clamp(16px, 1.4793vw, 2rem);
}
.content-section__list {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 3.5503vw, 4.8rem);
}
.content-section .editors[data-count-items="1"] .editor {
  gap: clamp(20px, 2.071vw, 2.8rem);
}
.content-section .editors[data-count-items="1"] .editor p:not([class]) {
  color: rgba(64, 64, 64, 0.9);
  font-size: clamp(16px, 1.3314vw, 1.8rem);
  line-height: clamp(22px, 1.7751vw, 2.4rem);
  letter-spacing: clamp(-0.8px, -0.0666vw, -0.09rem);
}
.content-section .editors[data-count-items="1"] .editor-gallery {
  border-radius: 1.6rem;
  overflow: hidden;
  border: 0.1rem solid rgba(73, 73, 73, 0.06);
  height: clamp(166px, 45.858vw, 62rem);
}
.content-section .editors[data-count-items="1"] .editor-gallery img,
.content-section .editors[data-count-items="1"] .editor-gallery picture,
.content-section .editors[data-count-items="1"] .editor-gallery video, .content-section .editors[data-count-items="1"] .editor-gallery svg, .content-section .editors[data-count-items="1"] .editor-gallery .sprite {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=section-content.css.map */