@charset "UTF-8";

@media screen and (max-width: 900px) {
#greeting + section .inner_item_img,
#drawing_room + section .inner_item_img {
    width: 60%;
    margin: 0 auto 30px;
}
}