img.IMG {
    width: 58px;
    height: 58px;
    object-fit: cover;
}

/* .Projects .card iframe {
    width: 100px;
    height: 100px;
} */
.scale i {
    font-size: 30px;
    transition: transform 0.3s;
}
.scale i:hover {
    transform: scale(1.2);
}