[data-core-section="news"] {margin:80px 0px;}
[data-core-section="news"] .news-grid {display:grid;grid-template-columns: repeat(3, 1fr);gap:40px;row-gap:60px;position:relative;z-index:1;margin-bottom:80px;}
[data-core-section="news"] .news-grid .news-item {padding-bottom:20px;border-bottom:1px solid transparent;transition:border-bottom .25s ease-in-out;}
[data-core-section="news"] .news-grid .news-item:hover {border-bottom:1px solid #FFECBA;}
[data-core-section="news"] .image {border-radius:10px;overflow:hidden;margin-bottom:10px;}
[data-core-section="news"] .date {color:#FFECBA;margin-bottom:10px;font-size:16px;font-weight:600;}
[data-core-section="news"] .title {font-size:28px;line-height:120%;margin-bottom:5px;font-family: 'rockness';-webkit-font-smoothing: antialiased;font-weight:400;color:#FFECBA;display:-webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2;text-overflow:ellipsis;overflow:hidden;}
[data-core-section="news"] .summary {font-size:16px;font-weight:300;display:-webkit-box;-webkit-box-orient: vertical;line-clamp: 4;-webkit-line-clamp: 4;text-overflow:ellipsis;overflow:hidden;}
[data-core-section="news"] .readmore {margin-top:10px;}
[data-core-section="news"] .readmore span {padding-right:45px;background-image:url('../core/Arrow.svg');background-repeat: no-repeat;background-size: auto 15px;background-position: right 4px;}

[data-core-section="news"] .latest-news-item {display:grid;grid-template-columns: 45% 1fr;gap:30px;justify-content: center;align-items: center;margin-bottom:40px;}
[data-core-section="news"] .latest-news-item .date {margin-bottom:20px;}
[data-core-section="news"] .latest-news-item .title {font-size:50px;display:-webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2;text-overflow:ellipsis;overflow:hidden;}
[data-core-section="news"] .latest-news-item .summary {font-size:22px;display:-webkit-box;-webkit-box-orient: vertical;line-clamp: 4;-webkit-line-clamp: 4;text-overflow:ellipsis;overflow:hidden;}
[data-core-section="news"] .latest-news-item .readmore {margin-top:20px;}

@media (max-width:1080px)
{
    [data-core-section="news"] .news-grid {grid-template-columns: repeat(2, 1fr);}
    [data-core-section="news"] .latest-news-item {grid-template-columns: 1fr;gap:10px;}
    [data-core-section="news"] .latest-news-item .title {font-size:40px;}
}

@media (max-width:600px)
{
    [data-core-section="news"] .latest-news-item .title {font-size:28px;}
    [data-core-section="news"] .latest-news-item .summary {font-size:16px;}
}

@media (max-width:500px)
{
    [data-core-section="news"] .news-grid {grid-template-columns: 1fr;gap:20px;}
}
