.gpc-news_container{display:grid;grid-template-columns:1fr 50% 1fr;grid-template-rows:1fr 1fr;grid-auto-columns:1fr;gap:20px 20px;grid-auto-flow:row;grid-auto-rows:1fr;grid-template-areas:"gpc-news_content-2 gpc-news_content-1 gpc-news_content-4" "gpc-news_content-3 gpc-news_content-1 gpc-news_content-5";height:550px;background-color:var(--black);padding:20px 0}@media (max-width:767px){.gpc-news_container{grid-auto-columns:1fr;gap:10px 10px;grid-template-columns:50% 50%;grid-template-rows:auto auto auto;grid-template-areas:"gpc-news_content-2 gpc-news_content-3" "gpc-news_content-1 gpc-news_content-1" "gpc-news_content-4 gpc-news_content-5";height:auto;padding:10px 0}}.gpc-news_content-1{grid-area:gpc-news_content-1}.gpc-news_content-2{grid-area:gpc-news_content-2}.gpc-news_content-3{grid-area:gpc-news_content-3}.gpc-news_content-4{grid-area:gpc-news_content-4}.gpc-news_content-5{grid-area:gpc-news_content-5}.gpc-news_card{position:relative;overflow:hidden;margin:0;width:100%}.gpc-news_card *{-webkit-transition:all 0.35s;transition:all 0.35s;-webkit-box-sizing:border-box;box-sizing:border-box}.gpc-news_card figure{position:relative;overflow:hidden;width:100%;height:100%;background:var(--black)}.gpc-news_card img{display:block;width:100%;height:100%;position:relative;opacity:.5;object-fit:cover}.gpc-news_card:hover figure img{opacity:.3;-webkit-transform:scale(1.1);transform:scale(1.1)}.gpc-news_card figcaption{position:absolute;top:0;bottom:0;left:0;right:0;padding:20px;display:flex;flex-direction:column;justify-content:flex-end}@media (max-width:767px){.gpc-news_card figcaption{padding:20px 10px}}.gpc-news_title{color:var(--white);font-weight:600;font-family:var(--main-font);margin-bottom:10px;letter-spacing:1.5px;text-shadow:1px 1px 3px rgb(0 0 0 / .2)}.gpc-news_content-1 .gpc-news_title{font-size:28px;line-height:38px}.gpc-news_content-2 .gpc-news_title,.gpc-news_content-3 .gpc-news_title,.gpc-news_content-4 .gpc-news_title,.gpc-news_content-5 .gpc-news_title{font-size:17px;line-height:20px}@media (max-width:767px){.gpc-news_content-1 .gpc-news_title{font-size:19px;line-height:24px}.gpc-news_content-2 .gpc-news_title,.gpc-news_content-3 .gpc-news_title,.gpc-news_content-4 .gpc-news_title,.gpc-news_content-5 .gpc-news_title{font-size:14px;line-height:20px}}.gpc-news_card .gpc-news_desc{display:none}.gpc-news_card .gpc-news_desc{color:var(--color-default);margin-bottom:10px}@media (min-width:768px){.gpc-news_card .gpc-news_desc{display:block;max-height:0;opacity:0;overflow:hidden;transition:all 1.5s ease 0s}.gpc-news_card:hover .gpc-news_desc{max-height:250px;opacity:1}}.gpc-news_info{list-style:none;display:inline-flex;color:var(--neutral-4);font-size:.7rem;margin:0;padding-bottom:.5rem}.gpc-news_info i{margin-right:5px}@media (max-width:767px){.gpc-news_info{display:block}.gpc-news_info li:first-child{padding-bottom:5px}}.gpc-news_card .gpc-news_category{margin-right:10px}