/* future */
.un_mapTitle {
    width: 90px;
    height: 90px;
    background: #133188;
    color: #fff;
    display: grid;
    place-content: center;
    border-radius: 50%;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: .02em;
    font-size: .85rem;
}

@media screen and (min-width: 769px), print {
    .un_mapTitle {
        width: 95px;
        height: 95px;
        font-size: .9rem;
    }
}