How can I create a video with text section in the Dawn theme?

@CasaNativa

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px){
.video-with-text .grid {
    display: flex;
}
}