:root{--how-to-column-gap:10px}section.how-to .how-to-wrap{background-color:var(--how-to-background);color:#fff;border-radius:var(--page-entity-radius);background-color:#004021;padding:2rem}section.how-to .how-to-wrap .row{flex-wrap:wrap;justify-content:space-between;display:flex}section.how-to .how-to-wrap .row .left{max-width:calc(45% - var(--how-to-column-gap));margin-right:var(--how-to-column-gap)}section.how-to .how-to-wrap .row .right{max-width:55%}@media (width<=600px){section.how-to .how-to-wrap .row{flex-flow:column}section.how-to .how-to-wrap .row .left,section.how-to .how-to-wrap .row .right{max-width:100%;margin-right:initial}section.how-to .how-to-wrap .row video{margin-top:1rem}}section.how-to .how-to-wrap .row+.row{margin-top:20px}section.how-to .how-to-wrap h3{margin-top:0}section.how-to .how-to-wrap img,section.how-to .how-to-wrap video{border-radius:calc(var(--entity-radius) * 2);margin-bottom:0}@media (width<=460px){section.how-to .how-to-wrap{padding:1rem}}
