#blog{background-color:#ffffff}#posts_grid .oxy-posts{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}#posts_grid .oxy-post{display:flex;flex-direction:column;text-align:left;align-items:flex-start;margin-bottom:3em;width:32%;background-color:#2b2c2b}#posts_grid .oxy-post-image{position:relative;background-color:grey;background-image:repeating-linear-gradient( 45deg,#eee,#eee 10px,#ddd 10px,#ddd 20px );width:100%}#posts_grid .oxy-post-image-fixed-ratio{background-size:cover;background-position:center center;height:300px}#posts_grid .oxy-post-title{font-family:RobotoSlab-Bold;font-size:19px;font-weight:600;line-height:1.2;transition-duration:0.2s}#posts_grid .oxy-post-content p{margin:0;margin-top:15px;margin-bottom:15px}#posts_grid .oxy-post-box{padding:30px 30px 40px 30px}#posts_grid .oxy-read-more{background:none;padding:0px 0px 5px 0px;border-bottom:1px solid #FBB900;border-radius:0;font-family:RobotoSlab-Regular;font-size:15px;transition-duration:0.2s}#posts_grid .oxy-read-more:hover{color:#FBB900}}#posts_grid .oxy-read-more{font-size:0.8em;color:white;background-color:black;text-decoration:none;padding:0.75em 1.5em;line-height:1;border-radius:3px;display:inline-block}#posts_grid .oxy-easy-posts-pages{text-align:center}#posts_grid .oxy-read-more:hover{text-decoration:none}@media (max-width:1340px){#posts_grid .oxy-post{width:50% !important}}@media (max-width:767px){#posts_grid .oxy-post{width:100% !important}}