#blog{padding:50px 20px 20px;color:#333}#blog .container{max-width:1200px;margin:0 auto}#blog .posts{display:grid;grid-template-columns:250px 250px 250px 250px;grid-gap:35px;gap:35px;justify-content:left;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}#blog .posts .post{margin-bottom:30px}#blog .posts .post .image{width:minmax(200px,1fr);height:250px;background-size:cover;background-position:50%;border-radius:20px}#blog .posts .post .info{margin:20px 0 0}#blog .posts .post .info .date{margin:10px 0 0;color:#999}#blog .posts .post .info .excerpt{margin:10px 0 0;color:#666}