.project-card-wrapper{display:flex;justify-content:center;width:100%;margin-top:40px;flex-wrap:nowrap;gap:30px;padding:0}.project-card{position:relative;width:25%;height:400px;background-size:cover;background-position:center;border-radius:16px;overflow:hidden;display:flex;align-items:flex-end;transition:all .3s ease;cursor:pointer}.project-card-link-wrapper{align-content:end!important}@media only screen and (min-width:320px) and (max-width:480px){.project-card-wrapper{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px;padding:0;margin-top:0!important}.project-card{width:100%;height:300px;border-radius:16px;overflow:hidden;display:flex;align-items:flex-end;transition:all .3s ease;cursor:pointer}.project-card.active{width:100%!important}.project-card-button{display:block!important}.project-card-title{font-size:20px!important}.project-card-excerpt{font-size:13px!important}}.project-card.active{width:50%;opacity:1;z-index:1}.project-card-overlay{width:100%;height:100%;background:rgba(14,37,46,.5);padding:20px;display:flex;align-items:flex-end;box-sizing:border-box}.project-card-inner-wrapper{display:flex;width:100%;height:100%;overflow:hidden}.project-card-content-container{width:85%;display:flex;flex-direction:column;justify-content:flex-end}.project-card-content{color:white;text-shadow:1px 1px 4px rgba(0,0,0,.6)}.project-card-title{font-family:"DM Sans";font-size:26px;color:white;font-weight:500;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-card-excerpt{font-family:"DM Sans";font-size:15px;font-weight:400;color:white;line-height:1.4;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.project-card-button-container{width:15%;display:flex;justify-content:end;align-items:end;padding-right:0}.project-card-button{display:none}.project-card-button img{width:40px;height:40px;object-fit:contain;background:linear-gradient(to right,#008bc1,#00425b);padding:13px;border-radius:5px}.project-card.active .project-card-button{display:flex}.project-card-button img:hover{background-color:#005bb5}