.news .news__wrapper{margin-bottom:4rem}.news .news__wrapper .news__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4rem}.news .news__wrapper .news__list .news__item{width:calc(33.33333333% - 1rem);margin-bottom:4rem;background:#f8f8f8;position:relative;border-radius:8px}@media screen and (max-width: 767px){.news .news__wrapper .news__list .news__item{width:100%}}.news .news__wrapper .news__list .news__item .news__itemImage{width:100%;padding-top:75%;position:relative;background-color:#9fa0a0;border-radius:8px 8px 0px 0px;overflow:hidden}.news .news__wrapper .news__list .news__item .news__itemImage img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:auto;height:auto;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.news .news__wrapper .news__list .news__item .news__itemInfo{padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:204px;-webkit-box-sizing:border-box;box-sizing:border-box}.news .news__wrapper .news__list .news__item .news__itemInfo .news__itemCategory{display:inline-block;color:#fff;font-size:12px;font-weight:600;line-height:24px;padding:0 16px;text-align:center;margin:0 auto 1rem 0;border-radius:24px}.news .news__wrapper .news__list .news__item .news__itemInfo .news__itemCategory.main{background-color:#00799f}.news .news__wrapper .news__list .news__item .news__itemInfo .news__itemCategory.media{background-color:#59c1d0}.news .news__wrapper .news__list .news__item .news__itemInfo .news__itemTitle{display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;color:rgba(0,0,0,.87)}.news .news__wrapper .news__list .news__item .news__itemInfo .news__itemDate{display:inline-block;font-size:12px;font-weight:400;line-height:1;color:rgba(0,0,0,.6);margin:auto auto 0 0}