#tag-filter{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:35px}.tag-radio{display:none}.tag-label{background-color:#fff;border:1px solid #000;border-radius:5px;cursor:pointer;display:inline-block;padding:5px 10px}.tag-radio:checked+.tag-label{background-color:#2aa4ca;border:1px solid #2aa4ca;color:#fff}.grid-container{grid-gap:30px;display:grid;grid-template-columns:repeat(3,1fr)}.first-post{grid-column:span 3}.first-post,.first-post a{align-items:center;display:flex}.first-post a{flex-direction:row}.first-post .post-content,.first-post .post-image{flex:1 0 47.5%}.first-post .post-image{margin-right:5%}.first-post .post-image img{height:300px;object-fit:cover;width:100%}.other-posts .post-content{margin-top:25px}.other-posts .post-content,.other-posts .post-image{width:100%}.other-posts .post-image img{height:250px;object-fit:cover}.related-blog-item a{text-decoration:none}.related-blog-item em{color:#adadad;font-size:16px}@media screen and (max-width:768px){.grid-container{grid-template-columns:repeat(1,1fr)}.first-post{grid-column:span 1}.first-post,.first-post a{align-items:flex-start;flex-direction:column!important}.first-post .post-content{margin-top:25px}.first-post .post-image{margin-right:0}}