.paragraph--type--brochure {
  background-color: var(--light-bg);
  padding-block: clamp(24px, -13.1163px + 8.8372vw, 100px);
  /* .container {
    width: clamp(calc(100vw - 20px), 80vw, 1340px);
  } */
}
.paragraph--type--brochure .field--name-field-title {
  font-family: "Montserrat", foco, sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 21.0698px + 0.6977vw, 30px);
}
.paragraph--type--brochure .field--name-field-subtitle,
.paragraph--type--brochure .field--name-field-subtitle-down {
  font-family: "Montserrat", foco, sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 18.0465px + 0.4651vw, 24px);
}
.paragraph--type--brochure .field--name-field-brochure-item {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  align-items: stretch;
}
.paragraph--type--brochure .brochure__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-inline: auto;
  width: clamp(300px, 100%, 560px);
  text-align: center;
  margin-bottom: 20px;
}

.paragraph--type--brochure-item {
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.paragraph--type--brochure-item .brochure-item__title-and-document {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 30px;
}
.paragraph--type--brochure-item .field--name-field-paragraf-slika-slika {
  aspect-ratio: 4/5;
}
.paragraph--type--brochure-item .field--name-field-paragraf-slika-slika img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--brochure-item .field--name-field-title {
  font-family: "Montserrat", foco, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 15.0233px + 0.2326vw, 18px);
  color: var(--text-dark-gray);
}
.paragraph--type--brochure-item .brochure-item__document-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-family: Quicksand, foco, sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.paragraph--type--brochure-item .brochure-item__document-link .document-icon {
  display: inline-flex;
}
.paragraph--type--brochure-item .brochure-item__document-link .document-icon svg {
  display: block;
}
.paragraph--type--brochure-item .brochure-item__document-link .file-size {
  padding: 0;
}
.paragraph--type--brochure-item .brochure-item__document-link .file-type {
  color: var(--tag-red);
}
/*# sourceMappingURL=paragraph--brochure.css.map */
