@media(min-width:1024px){
    .paragraph--type--image-video-sections > div > div:nth-child(even) .paragraph--type--section-image-video .section-image-video-text{
        order: 1;
    }

    .paragraph--type--image-video-sections > div > div:nth-child(even) .paragraph--type--section-image-video .section-image-video-media{
        order: 0;
    }
}