#img{
    width: 100%;
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
}

#img div{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

img{
    width: 90%;
    flex-grow: 1;
    border-radius: 10px;
    border: 10px lavenderblush;
}