.lewo-prawo-hurt:nth-child(2n+2){
    display: flex;
    flex-direction: row-reverse;
}
.prawo-hurt ul {
    list-style: none; 
    padding-left: 0;
}

.prawo-hurt ul li {
    position: relative;
    padding-left: 25px; 
    margin-top: 10px;
}

.prawo-hurt ul li::before {
    content: "\f06d"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(red, yellow);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kontakt2{
    display: none !important;
}
.page-template-hurt .kontakt2{
    display: block !important;
}
.page-template-hurt .kontakt1{
    display: none !important;
}