body > main > section:nth-of-type(even) > figure > img {
    float: left;
}

body > main > section:nth-of-type(odd) > figure > img {
    float: right;
}

body > main > section > figure::after {
    content: '';
    clear: both;
    display: block;
}
