.title-light {
    fill: #ffffff;
}
.other-map {
    fill:#dae1e4;
}
.map {
    fill:#15324f;
    transition: fill 0.2s;
}
a:hover .map {
    fill: #214f7d;
    transition: fill 0.2s;
}