.home-projects{flex-direction:column;gap:16px;width:85%;max-width:1920px;margin:auto;display:flex;width:90%!important}.home-projects__header{border-bottom:2px solid #ddd;flex-direction:column;gap:12px;padding-bottom:8px;display:flex}.home-projects__header h2{font-size:20px}.home-projects__header p{color:#555;font-size:max(14px,min(2vw,16px));font-weight:500;line-height:28px}.home-projects__projects{grid-template-rows:repeat(2,250px);grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.home-projects__projects__item{cursor:pointer;width:100%;height:100%;position:relative;overflow:hidden}.home-projects__projects__item__info{z-index:5;background-color:rgba(0,0,0,.52);width:100%;padding:8px 16px;transition:all .2s;position:absolute;bottom:0}.home-projects__projects__item__info p{color:#fff;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:12px;font-weight:400;display:-webkit-box;overflow:hidden}.home-projects__projects__item__info h4{color:#fff;font-size:14px;line-height:24px}.home-projects__projects__item__info a{color:#fff;justify-content:end;align-items:center;gap:8px;font-size:12px;display:flex}.home-projects__projects__item__info a svg{fill:#fff}@media (min-width:600px){.home-projects__projects__item:nth-last-of-type(2){border-top-left-radius:16px;overflow:hidden}}@media (min-width:769px){.home-projects__projects__item:nth-last-of-type(3){border-top-left-radius:16px;overflow:hidden}}.home-projects__projects__item img{object-fit:cover;width:100%;height:100%;transition:all .2s}.home-projects__projects__item:hover .home-projects__projects__item__info{padding:8px 16px 24px}.home-projects__projects__item:hover img{transform:scale(1.05)}.home-projects__projects .project-first{border-top-right-radius:16px;border-bottom-right-radius:16px;grid-area:span 2/span 1;overflow:hidden}.home-projects__projects .project-last{border-bottom-left-radius:16px;grid-area:2/1/auto/span 2;overflow:hidden}@media (min-width:426px){.home-projects__projects{gap:16px}}@media (min-width:600px){.home-projects__projects{grid-template-rows:repeat(2,250px);grid-template-columns:repeat(3,1fr)}.home-projects__projects .project-last{grid-area:2/2/auto/span 2}}@media (min-width:1025px){.home-projects__projects{grid-template-rows:repeat(2,250px);grid-template-columns:repeat(4,1fr)}.home-projects__projects .project-last{grid-column:3/span 2}}@media (min-width:1370px){.home-projects{width:85%}}
