ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 6px;
    line-height: 1.3;
    font-size: 1.0em;
    color: var(--text-color-three);
    font-weight: 300;
    font-family: var(--font-one);
}

h4{
    color: var(--textcolor) !important;
    font-size: 2.2em !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-family: var(--font-two) !important;
    margin-bottom: 50px !important;
}
p {
    margin: 0;
    line-height: 1.3;
    font-size: 1.2em;
    color: var(--text-color-three);
    font-weight: 300;
    font-family: var(--font-one);
}

h5 {
    margin: 10px 10px 10px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--textcolor);
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--font-two);
}