.block21 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media screen and (max-width: 767px) {
  .block21 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.block21 .item {
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.block21 .item h5 {
  padding: 10px 0;
}

.block21 .item figure {
  height: 180px;
  overflow: hidden;
  background: #eee;
}

@media screen and (max-width: 991px) {
  .block21 .item figure {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .block21 .item figure {
    height: auto;
  }
}

.block21 .item figure img {
  width: 100%;
  max-width: 100%;
}

.block21 .item .teaser {
  padding: 0 10px;
}

.block21 .item .teaser h2 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .block21 .item .teaser h2 a {
    font-size: 15px;
  }
}

.block21 .item .list-inline {
  padding-bottom: 5px;
}

.block21 .item .list-inline li {
  padding: 17px 10px;
  border-top: 1px solid #ddd;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .block21 .item .list-inline li a {
    font-size: 15px;
  }
}