/* Mobile Styles */
.mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container .mco-teaser-list-card-item {
  padding: var(--dimenGutter);
  display: block;
  margin-bottom: 1.25rem;
}
.mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container .mco-teaser-list-card-item .mco-teaser-list-card-item-image-container {
  width: 100%;
}
.mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container .mco-teaser-list-card-item .h5,
.mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container .mco-teaser-list-card-item p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container .mco-teaser-list-card-item p {
  max-width: 17.375rem;
}
.mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container .mco-teaser-list-card-item .btn {
  text-align: left !important;
}
/* Tablet Styles */
@media (min-width: 768px) {
  .mco-feature-teaser-list-block {
    display: block;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(10) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(12) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(15) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(16) {
    -ms-grid-column: 2;
    -ms-grid-row: 8;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(17) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(18) {
    -ms-grid-column: 2;
    -ms-grid-row: 9;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(19) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(20) {
    -ms-grid-column: 2;
    -ms-grid-row: 10;
  }
}
/* Desktop Styles */
@media (min-width: 1280px) {
  .mco-feature-teaser-list-block {
    display: block;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 33% 33% 33%;
    -ms-grid-columns: 33% 33% 33%;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(11) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(12) {
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(15) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(16) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(17) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(18) {
    -ms-grid-column: 3;
    -ms-grid-row: 6;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(19) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(20) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  .mco-feature-teaser-list-block .mco-feature-teaser-list-cards-container div:nth-child(21) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
}
