.video-text-container{align-items:center;display:flex;flex-wrap:wrap;gap:25px;justify-content:space-between}.video-text-container.left{flex-direction:row}.video-text-container.right{flex-direction:row-reverse}.video-text-container>div:first-child{flex:0 0 65%;max-width:65%}.video-text-container>div:last-child{flex:0 0 30%;max-width:30%}@media (max-width:768px){.video-text-container>div:first-child,.video-text-container>div:last-child{flex:0 0 100%;max-width:100%}.video-text-container.left>div:first-child,.video-text-container.right>div:first-child{order:-1}}