.bottomc__subtc--padding{
    padding-top: 75px;
}

.ul4--list-line{
    list-style: none; /* Remove list bullets */
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
    font-weight: normal;
    color: #8c8c8c;
}

.ul4--list-line li:before {
    content: "-"; /* Insert content that looks like bullets */
    padding-right: 8px;
    /* color: blue; Or a color you prefer */
}

.ul5--list-positioned{
    position: relative;
    left: -15px;
}

.bold--roman-li:first-child{
    color: #727272;
    font-weight: bold;
       
}

.bold--roman-li:last-child{
    color: #727272;
    font-weight: bold; 
}

@media screen and (max-width: 444px) {
	#h15--top-title{
        padding-top: 150px; 
    }
}