@charset "UTF-8";

#top_2 + div .inner_item:nth-of-type(2) {
  display: none;
}
#top_2 + div .wrapper_item {
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}