.puzzle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 32px;
}

.images {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

img {
    height: 100px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.responses {
    margin-top: 48px;
}

.bullet {
    margin-right: 8px;
}

.bullet::before {
    content: "🤖";
}

.response {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}