section.default-posts{padding:4rem 0}section.default-posts .section .news-items{display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr}section.default-posts .section .news-items .item{border-radius:12px;transition:box-shadow .5s}section.default-posts .section .news-items .item a{color:#000;text-decoration:none}section.default-posts .section .news-items .item:hover{box-shadow:0 4px 8px rgba(0,0,0,.133)}section.default-posts .section .news-items .item .item-image{width:100%}section.default-posts .section .news-items .item .item-image img{border-radius:12px 12px 0 0;height:360px;object-fit:cover;width:100%}section.default-posts .section .news-items .item .item-desc{padding:1rem}section.default-posts .section .news-items .item .item-desc h4{color:#114b5f;font-size:1.25em;margin:0}section.default-posts .section .news-items .item .item-desc .item-excerpt{max-height:50px}@media (max-width:1000px){section.default-posts .section .news-items .item .item-image img{height:200px}}@media (max-width:800px){section.default-posts .section .news-items{gap:1rem;grid-template-columns:1fr}}