.pddt17-characteristics>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pddt17-characteristics>div:hover>div {
    background-color: var(--primary_color);
}

.pddt17-characteristics>div:hover>div>span {
    color: white;
}