.allseson__title{
    position: relative;
    /* left: -50px; */
    margin: 0 -20px;
    display: inline-flex;
    z-index: 3;
}
.allseson__title::before{
    content: '';
    display:inline-flex ;
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px;
    left: 20px;
    z-index: 1;
    background-image: url(/img/artykuly/oponywielosezon/allseson-img/snow_after.png);
    background-size: cover;
    background-position: center;
}
.allseson__title::after{
    content: '';
    display:inline-flex ;
    width: 40px;
    height: 40px;
    position: relative;
    top: -15px;
    left: -20px;
    z-index: 1;
    background-image: url(/img/artykuly/oponywielosezon/allseson-img/sun-after.png);
    background-size: cover;
    background-position: center;
}
.allseson__title span{
    margin-left: 10px;
}
.allseson__title span::before{
    content: '';
    display:inline-flex ;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    left: 35%;
    transform: rotate(180deg);
    z-index: -1;
    background-image: url(/img/artykuly/oponywielosezon/allseson-img/leaf_after.png);
    background-size: cover;
    background-position: center;
}
.allseson__title span::after{
    content: '';
    display:inline-flex ;
    width: 50px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 60%;
    /* transform: rotate(180deg); */
    z-index: 2;
    background-image: url(/img/artykuly/oponywielosezon/allseson-img/[CITYPNG.COM]HD\ Realistic\ White\ Rain\ Cloud\ Rainy\ Day\ PNG\ -\ 1083x665.png);
    background-size: cover;
    background-position: center;
}