#blog_listings{margin-top:150px;min-height:60vh}.blog_grid{display:grid;gap:30px;grid-template-columns:1fr 1fr 1fr}.bg_post{border-radius:10px;cursor:pointer;overflow:hidden;transition:.25s ease}.bg_post:hover{text-decoration:none!important;transform:scale(1.03)}.bg_image img{aspect-ratio:10/6;max-width:100%;object-fit:cover;width:100%}.bg_copy{padding:10px 15px 25px}.bg_copy p{font-size:.75rem;line-height:1;margin:0 0 8px}.bg_copy h3{font-size:1rem;line-height:1.5rem}#featured_post{margin-top:-200px}#featured_post .container{background-color:#e2e2e2;border-radius:10px;max-width:1600px;overflow:hidden;padding:0;width:95%}.featured_post{align-items:center;display:flex;gap:50px;justify-content:center;max-height:440px;padding:25px 60px 25px 20px}.featured_post h2{font-size:1.5rem;line-height:1.75rem;margin-bottom:5px}.featured_post>img{max-height:400px;max-width:50%;object-fit:cover}.fp_copy{display:flex;flex-direction:column;gap:15px}.fp_copy h2,.fp_copy h3,.fp_copy p{max-width:60ch}.date{font-size:.75rem;line-height:1;margin:0 0 8px}@media (max-width:1150px){.featured_post{align-items:start}}@media (max-width:990px){.blog_grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){#featured_post{margin-top:-150px}#featured_post .container{padding:0}.featured_post{flex-direction:column;gap:20px;max-height:none;padding:20px}.featured_post h2{margin:0}.featured_post>img{max-width:100%;width:100%}.fp_copy{gap:15px}}@media (max-width:650px){.blog_grid{grid-template-columns:1fr}}