.card-news{min-height:340px;height:auto;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.06);background-color:#fff;justify-self:center;cursor:pointer;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;border:1px solid rgba(0,0,0,.03)}.card-news:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.08)}.card-news.bordered,.slider-our-project__wrapper .card-news{box-shadow:0 8px 20px rgba(0,0,0,.04)!important;border:1px solid rgba(0,0,0,.06)!important}.card-news__header{display:flex;justify-content:center;align-items:center;width:100%;height:220px;overflow:hidden;position:relative}.card-news__header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0) 40%);z-index:2;opacity:0;transition:opacity .4s ease}.card-news:hover .card-news__header:before{opacity:1}.card-news__header .news-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;z-index:1;display:flex;align-items:center;justify-content:center;transition:all .4s ease}.card-news__header .news-category-tile{position:absolute;bottom:10px;left:20px;padding-inline:12px;padding-block:4px;background-color:var(--oranye-01);font-size:12px;z-index:2;color:#fff;font-weight:500;border-radius:5px}.card-news:hover .news-image-overlay{background-color:rgba(0,0,0,.1)}.card-news__header img{height:100%;width:100%;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.card-news:hover .card-news__header img{transform:scale(1.05)}.card-news__body{position:relative;width:100%;height:auto;padding:16px 20px;display:flex;flex-direction:column;gap:8px}.card-news__body .name{font-size:16px;font-weight:600;line-height:1.4;color:var(--black-02);margin-bottom:8px;word-wrap:break-word;white-space:normal}.card-news__body .description{font-size:14px;line-height:1.4;color:var(--grey-text);margin-bottom:8px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-news:hover .card-news__body .name{color:var(--oranye-01)}.card-news__body .price{width:100%;font-size:14px;font-weight:700;line-height:1.3;color:var(--black-02)}.card-news__body .location{display:flex;align-items:center;justify-content:flex-start;margin-top:4px}.card-news__body .location img{width:14px;height:16px;opacity:.7;transition:opacity .3s ease}.card-news:hover .card-news__body .location img{opacity:1}.card-news__body .location .text{font-weight:500;letter-spacing:-.3px;font-size:.875rem;margin-left:8px;color:#878787;transition:color .3s ease}.card-news:hover .card-news__body .location .text{color:#666}.card-news__body .price .normal{font-weight:700;letter-spacing:-.5px;font-size:.95rem;color:var(--oranye-01)}.card-news__body .btn-phone{display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;padding:12px 20px;border-radius:10px;background-color:var(--oranye-01);height:42px;width:60%;transition:all .3s ease;box-shadow:0 4px 10px rgba(255,149,0,.2)}.card-news__body .btn-phone:hover{background-color:#f08700;transform:translateY(-2px);box-shadow:0 6px 15px rgba(255,149,0,.25)}.card-news__body .btn-phone .name{background-color:transparent;color:#fff;font-weight:600;font-size:.875rem;letter-spacing:-.3px;margin-left:8px;width:auto}@media only screen and (max-width:992px){.card-news{min-height:280px}.card-news__header{height:200px}.card-news__header .news-category-tile{font-size:11px}.card-news__body .name{font-size:15px}.card-news__body .description{font-size:13px}}@media only screen and (max-width:768px){.card-news{min-height:270px}.card-news__header{height:180px}.card-news__header .news-category-tile{font-size:10px}.card-news__body .name{font-size:14px}.card-news__body .description{font-size:12px}}@media only screen and (max-width:576px){.card-news{min-height:260px}.card-news__header{height:160px}.card-news__header .news-category-tile{font-size:11px}.card-news__body{padding:14px 16px}.card-news__body .name{font-size:14px;line-height:1.3}.card-news__body .description{font-size:12px}}@media only screen and (max-width:400px){.card-news{min-height:250px;width:100%;border-radius:14px}.card-news__header{height:150px}.card-news__header .news-category-tile{font-size:11px;left:16px}.card-news__body{padding:12px 15px}.card-news__body .name{font-size:13px;line-height:1.3}}