﻿#list_cont a {
    color: black;
    font-weight: 400 !important;
    text-decoration: unset;
}

    #list_cont a:hover {
        text-decoration: underline;
    }

.liSt {
    margin-bottom: 20px;
}

#list_cont {
    line-height: 26px;
}

    #list_cont li {
        list-style-type: none;
    }

    #list_cont ul {
        padding-left: 0;
    }

#list_cont {
    margin-left: 21px;
}
