body {
    display: flex;
    justify-content: center;
}

.image_bg {
    width: 100%;
    max-width: 367px;
    height: auto;
}

@media screen and (max-width: 400px) {
    .image_bg {
        width: 100%;
        height: auto;
    }
}