.opolagra_title {
    position: relative;
    z-index: 5 !important;
}

.opolagra_title::after {
    content: "";
    width: 20%;
    height: 30px;
    position: relative;
    left: -20%;
    top: 24px;
    display: inline-block;
    background-image: url(/img/artykuly/opolagra/opolagra_after.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.img-round {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}

.list-dot {
    list-style-type: disc;
}

.number {
    color: rgb(222, 73, 57);
}

@media (max-width:992px) {

    .opolagra_title::after {
        width: 30%;
        height: 30px;
    }

}

@media (max-width:576px) {

    .opolagra_title::after {
        width: 40%;
        height: 30px;
        top: -30%;
        left: 30px;
    }

}