.news-thumb-cover,
.wp-block-navigation-item__content,
.news-thumb-cover img {
  transition: all .5s ease;
}
.news-thumb-cover:hover{
  cursor: pointer;
}
.news-thumb-cover:hover img {
  transform: scale(1.06);
}
:not(.wp-block-navigation__submenu-container).wp-block-navigation-item__content:hover {
  text-decoration: underline;
}
