@charset "UTF-8";

@media screen and (max-width: 700px) {
  #evenly + div .content_wrapper,
  #evenly + section .content_wrapper {
    max-width: unset !important;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
  }

  #evenly + div .content_wrapper .inner_item_img,
  #evenly + section .content_wrapper .inner_item_img {
    margin: 0;
  }
}