.home-news{padding:80px 0;width:100%;position:relative;background:#f9faff;color:#0d0e12}.home-news__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}.home-news__top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px}.home-news__top-title{text-align:left}.home-news__top-title h2{font-size:32px;line-height:44.8px;font-weight:700}.home-news__top-button{width:152px}.home-news__bottom{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:24px}.home-news__bottom-left{background:#fff;box-shadow:0 6px 50px -6.25px #3d3d3d33;width:50%;padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;border-radius:12px}.home-news__bottom-left--img{width:100%;height:497px;border-radius:6px;overflow:hidden}.home-news__bottom-left--img img{width:100%;height:100%;object-fit:cover;object-position:center;transition:scale .4s ease}.home-news__bottom-left--date{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.home-news__bottom-left--date-icon{display:flex;justify-content:center;align-items:center}.home-news__bottom-left--date span{font-size:12px;line-height:12px;font-weight:400;color:#52525266}.home-news__bottom-left--tags{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:4px}.home-news__bottom-left--tag{--tag-color: $color-black;height:25px;display:flex;justify-content:center;align-items:center;padding:0 8px;border:1px solid var(--tag-color);cursor:pointer}.home-news__bottom-left--tag span{color:var(--tag-color);font-size:12px;line-height:12px;font-weight:400}.home-news__bottom-left--title{width:100%;text-align:left}.home-news__bottom-left--title h3{color:#151515;font-size:18px;line-height:23.4px;font-weight:600;transition:color .4s ease-in-out}.home-news__bottom-left--desc{width:100%;text-align:left}.home-news__bottom-left--desc p{color:#525252;font-size:16px;line-height:24px;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.home-news__bottom-left.is-hover .home-news__bottom-left--img img{scale:1.08}.home-news__bottom-left.is-hover .home-news__bottom-left--title h3{color:#84a3ff}.home-news__bottom-right{width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:24px}.home-news__bottom-right--item{width:100%;padding:24px;background:#fff;box-shadow:0 6px 50px -6.25px #3d3d3d33;border-radius:12px;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:16px}.home-news__bottom-right--item.is-hover .home-news__bottom-right--img img{scale:1.08}.home-news__bottom-right--item.is-hover .home-news__bottom-right--title h3{color:#84a3ff}.home-news__bottom-right--img{flex-shrink:0;width:152px;height:152px;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:6px}.home-news__bottom-right--img img{width:100%;height:100%;object-fit:cover;object-position:center;transition:scale .4s ease}.home-news__bottom-right--content{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.home-news__bottom-right--date{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.home-news__bottom-right--date-icon{display:flex;justify-content:center;align-items:center}.home-news__bottom-right--date span{font-size:12px;line-height:12px;font-weight:400;color:#52525266}.home-news__bottom-right--tags{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:4px}.home-news__bottom-right--tag{--tag-small-color: $color-black;height:25px;display:flex;justify-content:center;align-items:center;padding:0 8px;border:1px solid var(--tag-small-color);cursor:pointer}.home-news__bottom-right--tag span{color:var(--tag-small-color);font-size:12px;line-height:12px;font-weight:400}.home-news__bottom-right--title{width:100%;text-align:left}.home-news__bottom-right--title h3{color:#151515;font-size:18px;line-height:23.4px;font-weight:600;transition:color .4s ease-in-out}.home-news__bottom-right--desc{width:100%;text-align:left}.home-news__bottom-right--desc p{color:#525252;font-size:16px;line-height:24px;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1024px){.home-news{padding:40px 0}.home-news__top-title h2{font-size:24px;line-height:24px}.home-news__top-button{width:140px}.home-news__top-button .app-button{height:44px}.home-news__bottom{flex-direction:column;gap:20px}.home-news__bottom-left{width:100%}.home-news__bottom-left--img{height:270px}.home-news__bottom-right{width:100%}.home-news__bottom-right--item{flex-direction:column}.home-news__bottom-right--img{width:100%;height:270px}}
