/* Start custom CSS */.elementor .text--content {
    max-width: 700px;
}

.elementor ul {
    list-style: none;
    margin-bottom: 50px
}

.elementor ul li {
    position: relative;
    padding-left: 15px;
    line-height: 1.529;
    margin-bottom: 10px;
}

.elementor ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: url("https://test1.horizonte-group.ch/app/dist/images/icon-list.svg") 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 0
}

.elementor .download--list {
    list-style: none
}

.elementor .download--list li {
    position: relative;
    padding-left: 25px;
    line-height: 2.416;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .23px;
    text-transform: uppercase
}

.elementor .download--list li:before {
    content: "";
    width: 14px;
    height: 17px;
    background: url("https://test1.horizonte-group.ch/app/dist/images/icon-download.svg") 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0
}

.elementor .download--list li a {
    color: #575756;
    text-decoration: none;
    opacity: 1;
    transition: opacity .25s linear
}

.elementor .download--list li a:hover {
    opacity: .3
}/* End custom CSS */