.media-kit-wrp {
  display: flex;
  flex-wrap: wrap;
}
.media-kit-wrp .item {
  margin-bottom: 6vw;
  width: 20%;
  margin-right: 6.66%;
}
.media-kit-wrp .item:nth-child(4n) {
  margin-right: 0;
}
.media-kit-wrp .item .img-wrp {
  position: relative;
  background-color: #ebebeb;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.media-kit-wrp .item .img-wrp img {
  width: 140px;
}
.media-kit-wrp .item .button-wrp {
  display: flex;
  justify-content: space-around;
}
.media-kit-wrp .item .button-wrp img {
  width: 18px;
}
@media only screen and (max-width: 1200px) {
  .media-kit-wrp .item {
    width: 30%;
    margin-right: 3.33%;
  }
  .media-kit-wrp .item:nth-child(4n) {
    margin-right: 3.33%;
  }
  .media-kit-wrp .item:nth-child(3n) {
    margin-right: 0;
  }
  .media-kit-wrp .item .img-wrp {
    height: 240px;
  }
  .media-kit-wrp .item .img-wrp img {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .media-kit-wrp .item {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 40px;
  }
  .media-kit-wrp .item:nth-child(4n), .media-kit-wrp .item:nth-child(3n) {
    margin-right: 10%;
  }
  .media-kit-wrp .item:nth-child(2n) {
    margin-right: 0;
  }
  .media-kit-wrp .item .img-wrp {
    height: 200px;
  }
  .media-kit-wrp .item .img-wrp img {
    width: 80px;
  }
  .media-kit-wrp .item .button-wrp .button img {
    width: 12px;
  }
  .media-kit-wrp .item .button-wrp .button:first-child {
    margin-bottom: 6px;
  }
}

/*# sourceMappingURL=media.css.map */
