/*
Template:       helen
Theme Name:     Helen Child
Theme URI:      https://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     https://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Helen - Architecture and Interior Design Theme
Version:        1.0.0
Requires at least: 5.9
Requires PHP:   7.0
Tags:           architect, architect portfolio, architecture, architecture design, architecture portfolio, architecture showcase, architecture studio, building, construction, decorator, elementor, furniture, interior, interior design, interior designer
License:        GNU General Public License
License URI:    licence/GPL.txt
Text Domain:    helen-child
Domain Path:    /languages/
Elementor tested up to: 3.16
Elementor Pro tested up to: 3.16
WooCommerce tested up to: 8.0.0
*/
ul.list-pink {
	list-style: none;
	padding-left: 0;
	margin-left: 10px;
}
.list-pink li {
	position: relative;
	padding-left: 5px;
}
.list-pink li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    background: #dc42f3;
    top: 47%;
}