.home-blog{width:85%;max-width:1920px;margin:auto;width:90%!important}.home-blog__header{border-bottom:2px solid #ddd;flex-direction:column;gap:12px;width:100%;padding-bottom:8px;display:flex}.home-blog__header h2{font-size:20px}.home-blog__header p{color:#555;font-size:max(14px,min(2vw,16px));font-weight:500;line-height:max(28px,min(2vw,32px))}.home-blog__body{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding-top:16px;display:grid}.home-blog__body__card{cursor:pointer;border:1px solid #ddd;border-radius:16px;width:100%;height:400px;transition:all .2s;overflow:hidden}.home-blog__body__card__info{background-color:#fff;border-top:1px solid #ddd;border-radius:16px;flex-direction:column;gap:12px;width:100%;height:53%;padding:16px;transition:all .3s;display:flex;position:relative;bottom:4.5%}.home-blog__body__card__info span{color:#2e2e2e;font-weight:600}.home-blog__body__card__info p{color:#555;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:20px;display:-webkit-box;overflow:hidden}.home-blog__body__card__info a{justify-content:end;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.home-blog__body__card img{object-fit:cover;width:100%;height:50%;transition:all .2s}.home-blog__body__card:hover{transform:translateY(-8px);box-shadow:6px 6px 5px -4px rgba(108,106,106,.106)}.home-blog__body__card:hover .home-blog__body__card__info{background-color:#81a285}.home-blog__body__card:hover .home-blog__body__card__info p,.home-blog__body__card:hover .home-blog__body__card__info span,.home-blog__body__card:hover .home-blog__body__card__info h4,.home-blog__body__card:hover .home-blog__body__card__info a,.home-blog__body__card:hover .home-blog__body__card__info svg{color:#fff;fill:#fff}.home-blog__body__card:hover img{transform:scale(1.05)}@media (min-width:1025px){.home-blog{width:85%}}
