/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.section-block-five-column-text {
  margin-top: 80px;
  margin-bottom: 70px;
}
.section-block-five-column-text .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-block-five-column-text .section-header .section-title {
  color: #37105d;
  text-align: center;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-block-five-column-text .section-header .section-title {
    font-size: 40px;
  }
}
.section-block-five-column-text .section-header .section-subtitle {
  color: #1b0a4d;
  text-align: center;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 25px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.section-block-five-column-text .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section-block-five-column-text .row .col-md-2 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}
.section-block-five-column-text .row .col-md-2 .column-icon {
  margin-bottom: 30px;
  width: 87px;
  height: 87px;
  margin-left: auto;
  margin-right: auto;
}
.section-block-five-column-text .row .col-md-2 .column-text {
  color: #1b0a4d;
  text-align: center;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .section-block-five-column-text .row {
    flex-direction: column;
  }
  .section-block-five-column-text .row .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .section-block-five-column-text .row .col-md-2:last-child {
    margin-bottom: 0;
  }
}

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