.view--brochures .layout__item {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .view--brochures .layout__item {
    width: 50%;
  }
  .view--brochures .layout__item article {
    height: 100%;
    min-height: 1px;
  }
}

@media all and (min-width: 1024px) {
  .view--brochures .layout__item {
    width: 33.33333%;
    margin-bottom: 40px;
  }
}

.field--name-field-bp-paragraphs {
  margin-bottom: 30px;
}

