.models-list > li:hover {
    cursor: pointer;
    transform: scale(1.05);
    color: red;
    transition: ease-in 0.2s;
}