@charset "UTF-8";


@media screen and (max-width:600px){
#top_constructed+div .wrapper_item{
  -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
#top_constructed+div .inner_item {
    width: 100%;
}

#top_constructed+div .inner_item:nth-of-type(3n+2):nth-last-of-type(1) {
    margin-left: 0;
}

#top_constructed+div .inner_item:nth-of-type(3n+2){
    margin-bottom: 30px;
}

#top_constructed+div img {
    height: 70vw;
}
}

@media screen and (max-width:550px){
#top_constructed+div .inner_item:nth-of-type(3n+2){
    margin-bottom: 10px;
}
}