.focus-adherents .et_pb_post{display:grid;grid-template-columns:42% 1fr;grid-template-areas:"img title""img meta""img content";column-gap:30px;row-gap:8px;align-items:start;background:#ffffff;padding:25px;margin-bottom:40px}.focus-adherents .et_pb_post .entry-featured-image-url{grid-area:img;display:block}.focus-adherents .et_pb_post .entry-featured-image-url img{width:100%;height:auto;display:block}.focus-adherents .et_pb_post .entry-title{grid-area:title;margin:0}.focus-adherents .et_pb_post .post-meta{grid-area:meta;margin:0}.focus-adherents .et_pb_post .post-content{grid-area:content}.focus-adherents .et_pb_post:nth-of-type(even){grid-template-columns:1fr 42%;grid-template-areas:"title img""meta img""content img"}@media (max-width:767px){.focus-adherents .et_pb_post{grid-template-columns:1fr;grid-template-areas:"img""title""meta""content";padding:15px}}