.dositemo .app {
    margin-top: 16px;
    margin-left: 8px;
}

.dositemo .app li,
.dositemo .app li a {
    color: #E34601;
    padding-bottom: 8px;
    font-size: 16px;
    text-underline-offset: 4px;
}

.dositemo .app li .num {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 14px;
    margin-right: 16px;
}



.dositemo .app li .num::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #E34601;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-45%) translateX(-50%);
    z-index: -1;
    border-radius: 80px;
}

.dositemo .app li a {
    font-size: 1.2em;
}

.dositemo address {
    font-size: 14px;
}