
@charset "UTF-8";

#the-study + section .inner_item_img {
    width: 100%;
    min-width: 200px;
    max-width: 200px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
#the-study + section .content_wrapper {
    width: 100%;
    max-width: 240px;
}
}