div.section {
    margin: 35px 0px -2px 5px;
    border-left: #c3c3c3 solid 1px;
    padding-top: 0px;
}

    div.section div {
        margin-bottom: 8px;
    }

        div.section div:before, div.section p:before {
            content: "\2014\2014";
            color: #c3c3c3;
            font-weight: normal;
            letter-spacing: 0;
        }

.secondmenu, .secondmenu:before, .secondmenu p:before {
    content: "\2014\2014\2014\2014" !important;
    color: #ccc;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 8px !important;
}

div.section p:before {
    content: "\2014";
}

.secondmenu p:before {
    content: "\2014";
}

div.section a {
    display: inline-block;
    border: #c2c0e1 solid 1px;
    padding: 5px 12px;
    border-radius: 3px;
    max-width: 80%;
}

    div.section a:hover {
        box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1);
    }

div.section p {
    font-weight: bold;
    margin-top: -24px;
    position: absolute;
}

    div.section p a {
        display: inline;
        margin-bottom: 5px;
    }

.phoneman70 {
    width: 70% !important
}

.homeicon {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.5 !important;
}

    .homeicon path {
        fill: #5d5de2 !important;
    }

    .homeicon svg {
        height: 12px !important;
        width: 12px !important;
    }


.ullilist {
    list-style: disc;
}
