.brochure--file {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 230px;
  max-width: 100%;
}

.brochure--file + .brochure--file {
  border-top: 1px solid #DDD;
}

.brochure--file svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  fill: #000;
  transition: all 0.2s ease;
}

.brochure--file:hover, .brochure--file:focus {
  fill: #e30613;
}

/*# sourceMappingURL=maps/style.css.map */
