.lunchplek {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
}
.lunchplekIMG img {
    width: 450px;
    height: auto;
    border-radius: 0;
}
.lunchplekText {
    max-width: 750px;
}
.lunchplekIMG figcaption {
    text-align: center;
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}