html {
--secondary-color: #1F3F2F;
--primary-color: #C8F564;
--body-text: #D5EFDB;
--brown: #FFF7EF;
--lord-icon-primary: var(--primary-color);
--lord-icon-secondary: var(--primary-color);
}
body {
background-image: url(//stoix.cz/wp-content/themes/stoix-theme-v2/assets/images/top-bg.jpg);
background-position: top center;
background-repeat: no-repeat;
}
.section--text .container {
max-width: 80rem;
}
.section--text h1, .section--text h2, .section--text h3, .section--text h4, .section--text h5, .section--text p, .section--text ul, .section--text ol, .section--text figure {
margin-top: 2.4rem;
margin-bottom: 2.4rem;
}
.section--text ul {
list-style-type: none;
margin-left: 0;
}
.section--text ul li {
position: relative;
padding-left: 3.4rem;
}
.section--text ul li:before {
position: absolute;
content: "";
left: 0;
top: 1px;
width: 2.4rem;
height: 2.4rem;
background-image: url(//stoix.cz/wp-content/themes/stoix-theme-v2/assets/svg/marker-icon.svg);
background-position: center;
background-repeat: no-repeat;
}
.section--text ul li::marker {
display: none;
}