.psd-img-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
}

.psd-pdf-wrap{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.psd-pdf-wrap a{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    transition: all .25s ease;
}
.psd-pdf-wrap a span{

  line-height: 1.4;
}
.psd-pdf-wrap a:hover{
    transform: translateX(4px);
    opacity: .8;
}

.psd-pdf-wrap a img {
    width: 40px;
}
.psd-img-item a img{
    display: inline-block;
    transition: transform .25s ease, opacity .25s ease;
     box-shadow: 0 10px 20px rgba(0,0,0,.3);
}

.psd-img-item a:hover img{
    transform: translateY(-4px);
    opacity: .85;
}