@media screen and (max-width: 1000px) {
    .scroll_box .img{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
