.news-block{padding:1rem;max-width:1200px;width:100%;margin:0 auto;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (max-width:992px){.news-block{grid-template-columns:1fr}}.news-block .item{margin-top:0;color:#263a7b;padding:1rem;background-color:#f4f4f4;display:flex;justify-content:center;align-content:center;flex-direction:column}.news-block .item .inner{text-align:center;display:flex;justify-content:center;align-content:center;flex-direction:column;border:2px solid #f4f4f4;height:100%;padding:1rem;transition:all .5s}.news-block .item .inner>*+*{margin-top:.5rem}.news-block .item .inner .excerpt{font-size:1.2rem}.news-block .item .inner .more{margin-top:1rem}.news-block .item .inner .more .btn{width:auto;display:inline-block}.news-block .item:hover{box-shadow:0 0 5px 5px rgba(54,54,54,.1)}.news-block .item:hover .inner{border-color:#f1c75b;color:#263a7b}.news-block .item:hover .inner .more{margin-top:1rem}.news-block .item:hover .inner .more .btn{background-color:#263a7b;color:#fff}