#centerBox + section .wrapper_item {
 align-items: center;
}

#centerBox + section .wrapper_item .inner_item_img {
 margin-top: 24px;
}

@media screen and (max-width: 640px){
 #centerBox + section .wrapper_item .inner_item_img {
  margin-top: 0;
 }
}