.sec-media{
  /* position: relative; */
}
.media-list .d-flex:nth-child(n + 5){
  margin-top: 2.4rem;
}
.media-item{
  width: 100%;
  background: #fff;
  height: 15.6rem;
  padding: 2.4rem;
}
.media-item img{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  mix-blend-mode: multiply;
  max-height: 8.5rem;
}
a.media-item:hover img{
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}
@media(min-width:1200px) and (max-width:1307.98px){
  .media-item {
    height: 14rem;
    padding: 2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
	.media-list .d-flex:nth-child(n + 5){
    margin-top: 2rem;
  }
  .media-item {
    height: 12.6rem;
    padding: 2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
	.media-list .d-flex:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
}
@media(max-width:767.98px){
	.media-list .d-flex:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
  .media-list .d-flex {
    width: 50%;
  }
  .media-item {
    height: 11.6rem;
    padding: 2rem 1.6rem;
  }
}