.news-card{min-height:400px;display:flex;flex-direction:column}.news-image{min-height:200px;background-size:cover;background-position:50%;background-repeat:no-repeat}.news-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.news-title{word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;line-height:1.2}.news-paragraph{-webkit-line-clamp:3}.news-paragraph,.news-paragraph-mobile{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.news-paragraph-mobile{-webkit-line-clamp:4}.swiper-slide{height:auto;display:flex}.swiper-slide>div{width:100%;height:100%}.swiper-wrapper{align-items:stretch}@media (max-width:1023px){.news-card{min-height:350px}.news-image{min-height:180px}}@media (max-width:768px){.news-card{min-height:320px}.news-image{min-height:160px}.news-title{font-size:1.125rem}.news-paragraph{font-size:.875rem}}.news-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,0,0,.1),rgba(0,0,0,.05));border-radius:8px 8px 0 0}.news-card{transition:all .3s ease}.news-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.news-button{transition:all .2s ease;border:2px solid transparent}.news-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.news-content h1{word-break:break-word;overflow-wrap:break-word;hyphens:auto}.news-section{padding:4rem 0}@media (max-width:768px){.news-section{padding:2rem 0}}