.project-list{display:flex;flex-wrap:wrap;gap:35px;width:60vw;margin:auto}@media(max-width:768px){.project-list{margin:0;width:auto}}.project-list .project{cursor:pointer;display:flex;flex-direction:column;max-width:400px;min-width:450px;color:#000;text-decoration:none}.project-list .project .img{width:100%;overflow:hidden;height:350px;max-width:33vw;background-repeat:no-repeat;background-size:cover;background-position:center;filter:brightness(.95);transition:all .3s linear}.project-list .project:hover .img{filter:brightness(1)}@media(max-width:768px){.project-list .project{min-width:100%}.project-list .project .img{max-width:100%}}.project-list .project .informations{color:#854e08;border:1px solid #854e08;padding:15px;margin:15px 0 0;flex:1;display:flex;gap:10px;flex-direction:column;font-weight:200}.project-list .project .informations .title{font-size:35px;margin-bottom:5px}.project-list .project .informations .link-info{display:flex;gap:5px}.project-list .project h2{position:relative;font-size:18px;color:#000;padding:0 5px}
