.columns-component>div>.container,
.columns-component>.text-bg-light>.container {
  @media all and (max-width: 992px) {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  h2 {
    font-size: 2.125rem;

    @media all and (min-width: 992px) {
      font-size: 2.625rem;
    }
  }

  .description {
    font-size: 1.25rem;
    line-height: 150%;
    text-align: center;
  }

  .row {
    margin-top: 1.5rem;

    .col {
      padding-bottom: 16px;

      @media all and (min-width: 992px) {
        padding-bottom: 0;
      }
    }
  }

  .component-container:last-of-type>div {
    padding-bottom: 0 !important;
  }
}

.columns-component .text-bg-light .description p {
  font-weight: 400;
}
