.list-why li{
    margin-top: 2rem;
    counter-increment: item;
    line-height: 1.4;
    position: relative;
}
ul.list-ochrana li::before{
    content: url(/assets/img/chcem-byvat/list-why.svg);
    filter: brightness(0) saturate(100%) invert(36%) sepia(32%) saturate(1256%) hue-rotate(308deg) brightness(99%) contrast(99%);
}
ol.list-ochrana li::before{
    content: counter(item)"."url(/assets/img/chcem-byvat/list-why.svg);
    filter: brightness(0) saturate(100%) invert(36%) sepia(32%) saturate(1256%) hue-rotate(308deg) brightness(99%) contrast(99%);
}

ul.list-broker li::before{
    content: url(/assets/img/chcem-byvat/list-why-g.svg);
}
ol.list-broker li::before{
    content: counter(item)"."url(/assets/img/chcem-byvat/list-why-g.svg);
}


ul.list-ochrana.list-predaj li::before{
    content: url(/assets/img/okamzity-predaj/list-why.svg) !important;
    filter: none;
}
ol.list-ochrana.list-predaj li::before{
    content: counter(item)"."url(/assets/img/okamzity-predaj/list-why.svg) !important;
    filter: none;
}

ul.list-broker.list-predaj li::before{
    content: url(https://www.vovlastnom.sk/assets/img/okamzity-predaj/list-why-g.svg) !important;
    filter: none;
}
ol.list-broker.list-predaj li::before{
    content: counter(item)"."url(https://www.vovlastnom.sk/assets/img/okamzity-predaj/list-why-g.svg) !important;
    filter: none;
}


ol.list-why li:before {
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -25px;
    width: 75px;
    float: left;
    height: 80px;
    line-height: 0;
    font-size: 35px;
    color: #40C1AC;
    font-family: 'Museo-700';
}

ol.list-why.list-broker li:before {
    color: #daac00;
}
ul.list-why li:before {
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 15px;
    float: left;
    line-height: 0;
    font-size: 35px;
    color: #40C1AC;
    font-family: 'Museo-700';
}


ol.list-why.list-predaj li:before {
    color: #66a3ff;
}
ul.list-why.list-predaj li:before {
    color: #66a3ff;
}



.list.ochrana::before{
    content: url(/assets/img/chcem-byvat/list.svg);
    filter: brightness(0) saturate(100%) invert(36%) sepia(32%) saturate(1256%) hue-rotate(308deg) brightness(99%) contrast(99%);
}

.list.brokers::before{
    content: url(/assets/img/chcem-byvat/list-g.svg);
}

.list.ochrana.list-predaj::before{
    content: url(/assets/img/okamzity-predaj/list.svg);
    filter: none;
}
.list.brokers.list-predaj::before{
    content: url(https://www.vovlastnom.sk/assets/img/okamzity-predaj/list-g.svg);
    filter: none;
}


.list-ochrana li p{
    padding-left: 50px !important;
}

.list-broker li p{
    padding-left: 50px !important;
}
.list li {
    margin-left: 65px;
    margin-top: 10px;
}
.list:before {
    position: relative;
    top: 30px;
    left: -5%;
    width: 50px !important;
    height: 21px !important;
    display: inherit;
    margin-right: 100px;
}

@media only screen and (max-width: 421px){
    .list-obchrana li p{
        padding-left: 50px !important;
    }
        .list-broker li p{
        padding-left: 50px !important;
    }
}