.labbel {
    flex-flow: row-reverse;
}
@media screen and (max-width: 1070px) {
    .labbel {
        flex-flow: column-reverse;
    }
    .labbel .img-right img {
        margin: 20px 0 30px 0;
        border-radius: 10px;
    }
    .labbel p {
        margin-top: 10px;
    }
}