.c-pastlink {
  margin-top: 80px;
  padding: 30px 0;
  background: #f2f2f2;
  overflow: hidden;
}

@media (min-width: 769px) {
  .c-pastlink {
    padding: 32px 0;
  }
}

.c-pastlink__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 769px) {
  .c-pastlink__list {
    margin: 0 -4px;
  }
}

.c-pastlink__item {
  background: #fff;
  margin: 4px;
  width: calc(50% - 8px);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .c-pastlink__item {
    width: 270px;
  }
}

.c-pastlink__item:hover {
  opacity: 0.7;
}

.c-pastlink__item a {
  display: block;
  padding: 15px 20px;
}

@media (min-width: 769px) {
  .c-pastlink__item a {
    padding: 15px 32px;
  }
}

.c-pastlink__item img {
  max-width: 100%;
  width: auto;
}

@media (min-width: 769px) {
  .c-pastlink__item img {
    height: 32px;
  }
}
