.projects{display:flex;flex-wrap:wrap;gap:1rem}.projects .project{text-decoration:none!important;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-shadow:var(--box-shadow);gap:1rem;padding:1rem;border-radius:.5rem;width:100%;transition:all .2s ease-in-out}@media(min-width:768px){.projects .project{flex-direction:row}}.projects .project--icon{width:100%;border-radius:.4rem;box-shadow:var(--box-shadow-hover)}@media(min-width:768px){.projects .project--icon{flex-direction:row}}.projects .project--icon img{border-radius:.5rem}@media(min-width:768px){.projects .project--icon{min-width:18rem;max-width:18rem}}.projects .project--main{display:flex;flex-direction:column;align-items:flex-start}.projects .project--main--title{color:var(--label-color);display:flex;font-size:1.4rem;font-weight:500;margin-bottom:1rem}.projects .project--main--desc{color:var(--label-color);display:flex;font-weight:300}.projects .project:hover{background:var(--title-linear-grd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;box-shadow:var(--box-shadow-hover)}