/*!
Theme Name: THS
Author: Eisenberg Inc.
Version: 1.0.1
*/



#intro.about_top_row ul {

	list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;

}

#intro.about_top_row ul li {
	position: relative;
    margin: 15px 0;
    padding-left: 20px;
}


#intro.about_top_row ul li::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid orange;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 50%;
    z-index: 1;
}



#intro.about_top_row .orangebkg ul li::before {
	border: 2px solid white;
}