.projects-list .project-card{border-top:1px solid #cdd0d5;display:grid;grid-template-columns:repeat(3,1fr);padding:29px 3%;transition:all .3s ease-in-out;gap:1rem}.projects-list .project-card:hover{background:#0a0d14;transition:all .3s ease-in-out}.projects-list .project-card:hover .project-card__subtitle,.projects-list .project-card:hover .project-card__title{color:#fff}.projects-list .project-card:hover .tag{background:#20232d;color:#fff}.projects-list .project-card:hover .link-box{color:#fff}.projects-list .project-card__textbox{max-width:32rem;display:flex;flex-direction:column;gap:1rem}.projects-list .project-card__item{display:flex;align-items:center}.projects-list .project-card__item:last-child{justify-content:flex-end}@media(max-width:920px){.projects-list .project-card{grid-template-columns:1fr;gap:3rem}.projects-list .project-card .project-card__item:last-child:not(:has(.link-box)){display:none}.projects-list .project-card .project-card__item:last-child{justify-content:flex-start}}.projects-page__content{margin-top:3rem;display:flex;flex-direction:column;gap:7.5rem}