@media (min-width: 660px) {
    .featuredBox__blog:nth-child(2n) {
        float: right;
        clear: none;
    }
}

@media (min-width: 905px) {
    .featuredBox__blog:nth-child(2n) {
        float: left;
        clear: left;
    }
}

