
.block__wrapper a {
    color: inherit;
    text-decoration: none;
    opacity: 1; 
    transition: all .3s ease-out 0s;
    background-color: transparent;
}

.block__wrapper a:hover {
    text-decoration: none;
    opacity: .8;
}

.block__wrapper #Ruota .hover {
	opacity: 0;
	transition: opacity 1s
}

.block__wrapper #Ruota a:hover .hover {
	opacity: 1
}
.infograph__wrapper svg {
    font-size: 13px;
    fill: #000 !important;
}
text.PoppinsBold {
    font-weight: bold;
    font-size: 15px;
}

/* New Css */
#Ruota g a .hover {
  opacity: 0.7!important;
}
#Ruota g a:hover .hover {
  opacity: 1!important;
}
@media (min-width: 768px) {
  .infograph__wrapper svg {
    height: 100vh;
  }
}