.cs-feature-callout {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .cs-feature-callout {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .cs-feature-callout {
      padding-left: 40px;
      padding-right: 40px; } }
  .cs-feature-callout__image {
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.85);
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 44.5%; }
  .cs-feature-callout__images {
    margin-bottom: 0.625rem;
    display: grid;
    grid-template-rows: auto;
    grid-gap: 0 10px; }
  .cs-feature-callout--two-up {
    grid-template-columns: 39% 1fr; }
    .cs-feature-callout--two-up .cs-feature-callout__image:last-child {
      padding-bottom: 74.5%; }
  .cs-feature-callout__content {
    background-color: #f1f1f1;
    padding: 2.5rem 1.5rem; }
    @media screen and (min-width: 30rem) {
      .cs-feature-callout__content {
        padding: 2rem; } }
    @media screen and (min-width: 48rem) {
      .cs-feature-callout__content {
        padding: 3rem; } }
    @media screen and (min-width: 64rem) {
      .cs-feature-callout__content {
        padding: 3.75rem; } }
  .cs-feature-callout h2 {
    font-weight: 600;
    line-height: 1;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.24px;
    margin-bottom: 1rem; }
    @media screen and (min-width: 64rem) {
      .cs-feature-callout h2 {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media screen and (min-width: 80rem) {
      .cs-feature-callout h2 {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 48rem) {
      .cs-feature-callout h2 {
        margin-bottom: 2rem; } }
  @media screen and (min-width: 48rem) {
    .cs-feature-callout__lists {
      display: flex; } }
  @media screen and (min-width: 48rem) {
    .cs-feature-callout__lists ul {
      box-sizing: border-box;
      width: calc(50% - 24px);
      margin-right: 48px; }
      .cs-feature-callout__lists ul:nth-child(2n) {
        margin-right: 0; } }

/*# sourceMappingURL=cs-feature-callout.css.map */