.celebration .img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.celebration .img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .celebration .img {
        flex-direction: column;
    }
}