.lp-becher .three-images {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 16px
}

.lp-becher .three-images img {
    width: 100%;
    height: auto
}
