.double_item .item__image{display: flex; width: 100%;left: 0;}
.item__image>div {
    width: 50%;
    text-align: center;
    margin: auto;
}
.item__image>div>img{
    max-width: 100%;
    max-height: 100%;
}