@charset "UTF-8";

#anchor + div .wrapper_item{
    justify-content: center;
}

#anchor + div .wrapper_item .inner_item{
    width: 80px;
    margin: 0 20px!important;
}

#anchor + div .inner_item_img img {
    max-width: 80px;
    max-height: 80px;
    height: 80px!important;
}

@media screen and (max-width: 700px){
  #anchor + div .wrapper_item .inner_item{
    width: 60px!important;
    margin: 0 10px!important;
  }

  #anchor + div .inner_item_img img {
    max-width: 60px;
    max-height: 60px;
    height: 60px!important;
  }
}

@media screen and (max-width: 480px){
  #anchor + div .content_wrapper{
    padding:0;
  }

  #anchor + div .wrapper_item .inner_item{
    width: 60px!important;
    margin: 0 10px!important;
  }

  #anchor + div .inner_item_img img {
    max-width: 60px;
    max-height: 60px;
  }
}