#dx {
    .studysupple {
        display: flex;
        flex-wrap: wrap;
        align-items: center;

        img {
            width: min(100%, 360px);
        }
    }
}