.t190__button {
    transition: all 1s; 
}

.t190__button:hover {
    box-shadow: 0px 0px 15px 15px rgba(34, 60, 80, 0.2);
    transition: all 1s;
}