.section-understanding-mid-market {
  background: var(--primary-section-color);
  padding-top: 57px;
  padding-bottom: 62px;
}
@media all and (min-width: 1025px) {
  .section-understanding-mid-market {
    padding: 98px 0 98px;
  }
}
.section-understanding-mid-market .row {
  align-items: center;
}
.section-understanding-mid-market .description {
  width: 95%;
}
.section-understanding-mid-market .description p {
  color: var(--light-color);
  line-height: 25px;
  margin-bottom: 24px;
}
.section-understanding-mid-market .description p:last-of-type {
  margin-bottom: 0;
}
.section-understanding-mid-market .description p a {
  color: var(--secondary-color);
  font-weight: 500;
  text-decoration: none;
}
.section-understanding-mid-market .description p a:hover {
  text-decoration: underline;
}
.section-understanding-mid-market h2.section-title {
  color: var(--light-color);
  font-size: 36px;
  margin-bottom: 35px;
  line-height: 42px;
}

/*# sourceMappingURL=understanding-mid-market.css.map */
