.about-img img{
    width:100%;
    height:500px;
    object-fit:contain;
    background:#fff;
}

.about-img li:first-child img{
    object-position:left;
}

.about-img li:last-child img{
    object-position:right center;
}