.iso-certificate img {
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
    transition: all .3s ease;
}

.iso-certificate img:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0,0,0,.2);
}