.category_page{position:relative;padding-bottom:4rem;margin-bottom:4rem;margin-top:4rem;background-color:#f1f1f1}@media screen and (min-width: 1500px){.category_page{margin-top:4.5rem;margin-bottom:4.5rem}}.category_page .title-wrapper{text-align:center;font-size:2.5rem;font-family:"Anton",sans-serif !important;margin-top:2.5rem;margin-bottom:1rem;color:#0f4b99}.category_page .news-items{padding:2rem;display:grid;grid-template-columns:repeat(3, 1fr);gap:2.5rem}@media screen and (max-width: 1499px){.category_page .news-items{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.category_page .news-items{grid-template-columns:1fr}}.category_page .news-items .news-item{border:1px solid rgba(15,75,153,.2);border-radius:5px;background-color:#fff}.category_page .news-items .news-item:nth-child(3n-2) .image-wrapper{border-bottom-left-radius:150px}.category_page .news-items .news-item:nth-child(3n) .image-wrapper{border-bottom-right-radius:150px}.category_page .news-items .news-item .item{text-decoration:none;color:#000}.category_page .news-items .news-item .image-wrapper{overflow:hidden;border-radius:5px;margin-bottom:2.5rem}.category_page .news-items .news-item .image-wrapper>img{width:100%;aspect-ratio:8/7;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.category_page .news-items .news-item .date{margin-bottom:.5rem;margin-left:2.5rem;margin-right:2.5rem}.category_page .news-items .news-item .title{margin-bottom:1rem;margin-left:2.5rem;margin-right:2.5rem;font-size:1.25rem;font-family:"Anton",sans-serif !important;color:#0f4b99}.category_page .news-items .news-item .description{margin-bottom:2.5rem;margin-left:2.5rem;margin-right:2.5rem;font-size:1rem;color:#000}.category_page .pagination{display:flex;justify-content:center;padding:2rem;gap:.5rem}.category_page .pagination>*{font-size:1.25rem;transition:color .2s;color:#000;text-decoration:none;text-transform:uppercase;font-weight:bold;padding:.5rem 1rem;border:1px solid #fae737;border-radius:5px;background-color:#fff}.category_page .pagination>*:hover,.category_page .pagination>*.current{color:#fff;background-color:#fae737}