.spk-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.spk-card-img {
    overflow: clip;
    transition: all 2s;
}

.spk-card-img:hover > img {
    transform: scale(1.1);
}

.spk-card-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    transition: all .7s ease-out;
}

.spk-card-title {
    margin: .5rem 0 0;
    font: 600 1rem/1.3 "Poppins",system-ui;
    color: var(--color-text-white);
}

@media (max-width:1024px) {
    
}

@media (max-width:768px) {
    
}

@media (max-width:480px) {
    
}