/* .zagstart .box {flex-direction:row-reverse;} */
/* .zagstart .wrap .box {
  width: 50%;
  float: left; /* or use flexbox if preferred */
/*  box-sizing: border-box; /* To include padding and borders in the width */
  /* Add any necessary padding or margins here */
/*}
.zagstart .wrap::after {
  content: "";
  display: table;
  clear: both;
}
.row-rev {flex-direction:row-reverse;} */
.row-rev .box:nth-child(odd) {display:none;}