@charset "UTF-8";
/* =================================================================== */
/* ↓ Desde acá NO editar ↓ */
/* ============ MIXINS ============= */
/* ============ EXTENDS ============= */
.gb-notice-block {
  border-top: 2px solid #008F63;
  border-bottom: 2px solid #008F63;
  padding: 24px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.gb-notice-block--content {
  display: flex;
}
.gb-notice-block--content_icon {
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 16px;
}
.gb-notice-block--content_icon img {
  width: 100%;
  height: auto;
}
.gb-notice-block--content_title {
  font-weight: 500;
  font-size: 17px;
  line-height: 125%;
  color: #005C40;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.gb-notice-block--content_text {
  color: #1B1B1B;
  font-weight: 300;
  font-size: 17px;
  line-height: 135%;
}
.gb-notice-block--content_text p {
  font-size: inherit;
  line-height: inherit;
}
/*# sourceMappingURL=style.css.map */
