.project-container{position:relative;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:12px;width:100%;min-height:calc(100vh - 300px);padding:var(--padding-small);transition:ease .25s all}@media screen and (min-width: 768px){.project-container{flex-direction:row;justify-content:stretch;align-items:stretch;flex-wrap:wrap}.project-info{flex:1 1 200px}}
