#interview .article-list {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  transform: translateY(-95px);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
  #interview .article-list {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 850px) {
  #interview .article-list {
    transform: translateY(-33px);
    justify-content: center;
  }
}
#interview .article-item {
  max-width: 320px;
}
#interview .article-item:hover .article-item__thumbnail img {
  transform: scale(1.1);
}
#interview .article-item__thumbnail {
  border-radius: 20px;
  overflow: hidden;
}
#interview .article-item__thumbnail img {
  transition: transform 350ms;
}
#interview .article-item__body {
  position: relative;
  background-color: #20992a;
  color: #fff;
  border-radius: 20px;
  padding: 50px 29px 42px;
  background-image: url("../img/interview/more.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
#interview .article-item__head {
  top: -25px;
  left: 28px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
}
#interview .article-item__number {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 52px;
  line-height: 1;
}
#interview .article-item__category {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #1a1311;
  background-color: #b2d86e;
  border-radius: 20px;
  min-width: 124px;
  padding: 1px 14px 2px;
}
#interview .article-item__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 2px;
}
#interview .article-item__info {
  font-weight: normal;
  font-size: 12px;
}
#interview .article-item__name {
  font-weight: bold;
  font-size: 14px;
}/*# sourceMappingURL=interview-archive.css.map */