.project-card{display:flex;flex-direction:column;gap:10px;padding:1rem;position:relative;z-index:2!important}.project-card:after{position:absolute;content:"";top:10px;bottom:10px;left:10px;right:10px;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);z-index:-1;border-radius:10px}.project-card img{width:100%;height:auto;border-radius:5px}.project-card .project-card-text{display:flex;align-items:end;justify-content:space-between;background-color:white;padding:1rem;border-radius:5px;flex-direction:column;background:none}@media (max-width:575px){.project-card{padding:.5rem}.project-card:after{top:5px;bottom:5px;left:5px;right:5px}.project-card .project-card-text{padding:.5rem;flex-direction:column}}@media (min-width:576px) and (max-width:767px){.project-card{padding:.75rem}.project-card:after{top:7px;bottom:7px;left:7px;right:7px}.project-card .project-card-text{padding:.75rem;flex-direction:column}}@media (min-width:768px) and (max-width:991px){.project-card{padding:1rem}.project-card:after{top:10px;bottom:10px;left:10px;right:10px}.project-card .project-card-text{padding:1rem;flex-direction:column}}a{line-height:calc(.833rem * 1.5);display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:all .3s}a:hover{font-weight:600}a p,a:hover{color:#FFD84D}a p{font-size:.833rem;font-weight:400;line-height:calc(.833rem * 1.5)}a i{font-size:1rem;color:#FFD84D}