.wbox-text-image-repeater {}

.wbox-text-image-repeater .content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2.5rem;
    justify-content: center;
    p {
        margin-bottom: 0;
    }
}

.wbox-text-image-repeater .content-wrap > :first-child {
    display: flex;
    place-content: center;
    margin-bottom: 1.5rem;
}

.wbox-text-image-repeater .content-wrap > :last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


@media (min-width: 992px) {

    .wbox-text-image-repeater .content-wrap > :first-child {
        margin-bottom: 0;
    }

    .wbox-text-image-repeater .content-wrap:nth-child(even) {
        flex-direction: row-reverse;
    }

}
