div.div-block-15-2:nth-child(odd) {
    flex-direction: row-reverse;
}

div.div-block-15-2 {
    background-color: #fff;
}

.div-block-16-2.photo {
    width: 360px;
    height: 320px;
}

@media screen and (max-width: 479px) {
    .div-block-14 > .heading-32 {
        margin-top: 0;
    }

    .div-block-16-2.photo {
        background-position: 50% 0;
    }

    div.div-block-15-2:nth-child(odd) {
        flex-direction: column;
    }
}
