.news-table{background-color:#ccdbea33;border-radius:40px;grid-template-columns:repeat(4,1fr);gap:10px;padding:10px;display:grid}.news-table__types{justify-content:center;gap:8px;width:max-content;margin:0 auto 36px;display:flex}.news-table__types .news-table__button{color:#004c98;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #ccdbea;border-radius:40px;justify-content:center;align-items:center;width:max-content;height:64px;margin:8px auto 0;padding:0 24px;text-decoration:none;transition:all .2s;display:flex}.news-table__types .news-table__button:hover{scale:1.03}.news-table__types .news-table__button--active{color:#fff;background-color:#004c98}.news-table__types .news-table__button--blue{color:#fff;background-color:#004c98;margin-left:40px}@media screen and (max-width:1600px){.news-table{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1023px){.news-table{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.news-table{grid-template-columns:repeat(1,1fr)}.news-table__types{flex-wrap:wrap;justify-content:center;width:auto}.news-table__types .news-table__button{height:40px;margin:auto}.news-table__types .news-table__button--blue{margin:auto}}
.news-list{background-color:#ccdbea33;border-radius:40px;grid-template-columns:repeat(4,1fr);gap:10px;padding:10px;display:grid}@media screen and (max-width:1600px){.news-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1023px){.news-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.news-list{grid-template-columns:repeat(1,1fr)}}
