.brochure__image {
    overflow: hidden !important;
    display: flex !important; 
    aspect-ratio: auto !important;
    max-width: auto !important;
}

/* Само изображение */
.brochure__image img {
    position:  relative !important
}

.article {
    line-height: 1.61 !important
}

/* кат */
.show-first > :nth-child(n+2) {
  display: none;
}

.show-first[aria-expanded="true"] > :nth-child(n+2),
.show-first-btn {
  display: block !important;
}

.show-first-hidden {
  display: none !important;
}

.show-first-btn {
    font-size: 14px;
    line-height: 24px;
    color: var(--Primary-blue);
}