.projects-list{display:grid;float:left;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:40px;padding-bottom:0}.projects-list *{transition:all .4s ease}.projects-list .project{width:100%;float:left;color:#fff;text-decoration:none;position:relative}.projects-list .project .phone:nth-child(odd){position:absolute;z-index:5000;bottom:140px;left:30px;transform:rotate(0deg)}.projects-list .project .phone:nth-child(2n){position:absolute;z-index:5000;bottom:160px;right:25px;left:auto;transform:rotate(0deg)}.projects-list .project .project-image-wrapper{width:100%;padding-top:80%;margin-bottom:20px;position:relative;overflow:hidden;border-radius:18px;top:0}.projects-list .project .project-image-wrapper .project-image-outer .project-image{position:absolute;left:0;right:0;top:0;bottom:0;opacity:.8;-webkit-transition:all .5s ease;background-size:cover;background-position:50%;transition:all .5s ease}.projects-list .project .imgWrapper{text-align:center}.projects-list .project img.grid{max-width:80%;display:inline-block}.projects-list .project .grid-image{position:absolute;left:20px;right:20px;bottom:95px;top:0;background-size:contain;background-position:50%;background-repeat:no-repeat;z-index:4}.projects-list .project:hover .project-image-wrapper .project-image-outer .project-image{transform:scale(1.05)}.projects-list .project:hover .phone:nth-child(odd){transform:rotate(-8deg)}.projects-list .project:hover .phone:nth-child(2n){transform:rotate(7deg)}.projects-list .project .project-intro{padding-top:8px;padding-left:12%;padding-right:12%;text-align:left}.projects-list .project .project-intro h2{color:#fff;margin-bottom:5px}.projects-list .project .project-intro .description{line-height:1.6em}.home-projects .projects-list{display:grid;float:left;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:40px;margin-top:0;padding-bottom:100px}.home-projects .projects-list .project{width:100%;float:left;color:#fff;text-decoration:none}.home-projects .projects-list .project .project-image-wrapper-line{position:absolute;left:0;right:0;top:100px;bottom:0;background:rgba(23,116,255,.122);border-radius:18px;border:1px solid hsla(0,0%,100%,.149)}.home-projects .projects-list .project .project-image-wrapper{width:100%;padding-top:100%;margin-bottom:20px;position:relative;overflow:hidden}.home-projects .projects-list .project .project-image-wrapper .project-image{position:absolute;left:0;right:0;top:0;bottom:0;transition:all .5s ease;-webkit-transition:all .5s ease;background-size:contain;background-position:50%;background-repeat:no-repeat}.home-projects .projects-list .project .project-image-wrapper .project-image:hover{transform:scale(1.05)}.home-projects .projects-list .project .project-intro h2{color:#fff}.home-projects .projects-list .project .project-intro .description{line-height:1.6em}.card-item{transition:transform .25s ease-in-out}.card-item:hover{transform:scale(1.03)!important}