div.members{display:flex;flex-wrap:wrap}div.members section:nth-child(odd) div.member img{float:left}div.members section:nth-child(2n) div.member img{float:right}div.members img{border:3px solid var(--alt-color);border-radius:100px;box-shadow:5px 5px 10px;height:33vh;margin:0 18px 18px;shape-outside:margin-box}h3{color:var(--strong-color);font-family:titlechar,serif;text-align:left}@media screen and (min-width:600px){div.members section:nth-child(odd) h3{text-indent:2em}}P.mbDesc{color:var(--alt-color);text-align:justify}@media screen and (max-width:600px){div.members img{height:inherit;width:33vw}}