.c-projects{--grid-padding: 2rem;display:flex;flex-wrap:wrap;gap:var(--grid-padding)}.c-projects__project{width:calc((100% - var(--grid-padding) * 0) / 1)}.c-project{position:relative;display:flex;flex-direction:row-reverse;align-items:center}.c-project--category{flex-direction:row}.c-project--category:first-child .c-project__content{padding-top:0}.c-project__image-wrapper{position:relative;width:60%;margin-left:2rem}.c-project__image{display:block;max-width:100%;aspect-ratio:1.91/1;object-fit:cover}.c-project__content{width:40%;margin-top:0;padding:1rem}.c-project__title{margin-top:.5rem;font-size:1.6rem;font-weight:700}.c-project__desc{margin-top:.5rem}.c-project__link{font-weight:600;color:var(--text-color);text-decoration-color:var(--brand-blue);text-decoration-thickness:2px;outline-offset:.25rem;transition:color .1s ease-out,text-decoration .1s ease-out}.c-project__link:focus,.c-project__link:hover{color:var(--brand-blue);text-decoration-color:var(--brand-yellow)}.c-project__link:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:1080px){.c-project{flex-direction:column;padding-top:var(--grid-padding);border-top:1px solid #999}.c-project:first-child{padding-top:0;border-top:none}.c-project__image-wrapper,.c-project__content{width:100%;margin:0}}
