.block-system-main-block .block {
  margin-bottom: 3rem;
}

.block .block-title-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 14px;
}

.block .block-title-wrapper:after {
  content: "";
  flex: 1 1 auto;
  display: block;
  width: 100%;
  border-top: 10px solid #eceff1;
}

.block .block-title {
  flex: 1 0 auto;
  margin: 0 10px 0 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
  position: relative;
}

.sidebar .block {
  margin: 0 0 3rem 1.5rem;
  color: #9e9e9e;
  font-size: 1rem;
  position: relative;
}

@media (min-width: 992px) {
  .sidebar .block {
    font-size: 0.89rem;
  }
}

.block-advertisement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=../../sourcemaps/components/block/block.css.map */
