.section-thumbnail {
  margin: 60px 0;
  align-items: center;
  width: 100%;
  max-height: 294px;
}

.thumbnail-wrapper {
  margin: 0 16px;
  width: 100%;
  max-width: 1280px;
  display: grid;
  column-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.thumb-image img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .section-thumbnail {
    display: none;
  }
}