.photo-strip {
    width: 100%;
    display: flex;
    gap: 10px;
    box-sizing: border-box;
    margin-top: 40px;
}

.photo-strip img {
    width: 25%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 4%;
}