.three-column-layout .block-image {
  width: 100%;
}
.three-column-layout .block-image img {
  width: 100%;
  max-height: 15rem;
}
.three-column-layout .block-text {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background: #F1F1F1;
  position: relative;
}
@media only screen and (min-width: 36rem) {
  .three-column-layout .block-text {
    padding: 1rem 1rem 5rem;
  }
}
@media only screen and (min-width: 62rem) {
  .three-column-layout .block-text {
    padding: 2.25rem 2.25rem 6.25rem;
  }
}
.three-column-layout .block-text .title {
  color: #2B2B2B;
  margin-bottom: 1rem;
  margin-top: 0;
  word-break: break-word;
}
.three-column-layout .block-text .title a {
  color: #DF3400;
}
.three-column-layout .block-text .description {
  color: #2B2B2B;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 36rem) {
  .three-column-layout .block-text .description {
    margin-bottom: 4.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .three-column-layout .block-text .description {
    margin-bottom: 2.875rem;
  }
}
.three-column-layout .block-text .description a {
  color: #DF3400;
  text-decoration: none;
}
@media only screen and (min-width: 36rem) {
  .three-column-layout .block-text .link,
  .three-column-layout .block-text .link-wrapper {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    position: absolute;
  }
}
@media only screen and (min-width: 62rem) {
  .three-column-layout .block-text .link,
  .three-column-layout .block-text .link-wrapper {
    left: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    position: absolute;
  }
}
.three-column-layout .col-sm-4 {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-dark .kpi-section .title h4 {
  color: #FFF;
}
.bg-dark .kpi-section h2 span {
  color: #FFF;
}
.bg-dark .kpi-section span {
  color: #FFF;
}

.kpi-section {
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .kpi-section {
    text-align: left;
  }
}
.kpi-section .title h4 {
  color: #2B2B2B;
}
.kpi-section h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #DF3400;
}
@media only screen and (min-width: 48rem) {
  .kpi-section h4 {
    margin-top: 3.125rem;
  }
}
.kpi-section h2 {
  color: #DF3400;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .kpi-section h2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.kpi-section h2 span {
  color: #2B2B2B;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  margin-bottom: 0;
}
.kpi-section span {
  color: #2B2B2B;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  display: block;
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .kpi-section span {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=three-column.css.map */
