.industry-blog-section{margin:0 auto;max-width:1200px;padding:40px 0}.industry-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-row-gap:20px;grid-column-gap:0;margin-top:20px}@media screen and (min-width:768px){.industry-grid{grid-template-columns:repeat(4,1fr);grid-gap:20px}}.industry-post-card{background:#fff;border:1px solid #e2e8f0;border-radius:0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;overflow:hidden}.post-image img{height:200px;object-fit:cover;width:100%}.post-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:20px}.post-title{color:#000;font-size:18px;margin-bottom:16px}.post-date,.post-title{font-family:Oswald,sans-serif;font-weight:600;letter-spacing:0}.post-date{margin:0;padding:0}.post-date,.post-summary{color:#545859;font-size:16px}.post-summary{font-weight:600;line-height:1.5}.read-more{color:#009a44;display:inline-block;font-weight:700;margin-top:15px;text-decoration:none}