.sw19b-featured-blogs-strip {
    box-shadow: 0 0 10px 0 #cccccc;
    max-width: 1200px;
    margin: 20px auto;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #111111;
    font-family: "Roboto",sans-serif; 
    background-color: #fafafa;

    a.card-link {
      text-decoration: none;
      margin: 0 15px;
      flex-basis: 0;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    h3 {
      font-size: 20px;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "Roboto",sans-serif; 
    }
    h4 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 18px;
      font-weight: normal;
    }
    .strip-cards {
      display: flex;
      margin: 0 -8px;
    }
    .card:first-child {
      margin-left: 0;
    }
    .card:last-child {
      margin-right: 0;
    }
    .desc p {
      font-size: 16px;
      line-height: normal;
      color: #111111;
    }
    .desc .image {
      text-align: center;
    }
    .desc .title {
      text-align: left;
      font-size: 18px;
      margin-bottom: 10px;
      max-width: 298px;
      color: #111111;
      font-family: "Roboto",sans-serif; 
    }
    .desc .text{
      max-width: 298px;
    }
    ul {
      padding-inline-start: 18px;
      margin-block-end: 0px;
    }
    li {
      font-size: 14px;
      line-height: normal;
    }
    .button-wrap {
      text-align: center;
      margin-top: 40px;
    }
    a.sw19s-btn-green {
      color: #fff;
      background-color: #81c23c;
      border: none;
      text-transform: uppercase;
    }
    a.sw19s-btn-green:hover {
      color: #fff;
      background-color: #94d24b;
      border: none;
    }
    .image img{
      height: 196px;
      width: 355px;
    }
    @media (max-width: 768px) {
      margin: 10px 20px;

      .cards {
        display: block;
      }
      .card {
        margin: 0;
      }
    }
    @media only screen and (max-width: 768px) {
      .strip-cards {
        display: grid;
        grid-template-columns: 1fr;
      }
    }
  }
  