.blog .blog-post-list{column-count:unset;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.blog .blog-post-list article{margin-bottom:0}.blog .blog-post-list article img{width:100%}.blog .blog-post-list article a{display:flex;flex-direction:column;justify-content:space-between;height:100%}@media (max-width:1024px){.blog .blog-post-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.blog .blog-post-list{grid-template-columns:repeat(1,1fr)}}.property-secondary-image img{max-width:1000px}@media (max-width:768px){#acceptCookies{margin-bottom:60px}}