.projects__main{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.project__main{width:100%;box-sizing:border-box;justify-content:space-between}.project__main img{width:50px;height:50px;border-radius:50%;outline:2px solid blue;outline-offset:-1px}.project__main p{opacity:70%;color:var(--mutedTwo);font-size:14px;line-height:15px}.project__info{display:flex;flex-direction:column;gap:10px}.project__meta{display:flex;align-items:center;gap:10px}.project__skills{display:flex;flex-wrap:wrap;gap:4px}.project__skills span{border:1px solid var(--colorHover);padding:2px 4px;border-radius:2px;font-size:10px;transition:.3s}@media(min-width:768px){.project__main{flex-grow:0;flex-shrink:0;flex-basis:calc(33.33% - 10px);box-sizing:border-box;width:32%}}