.performance_bg {
    background-image: url(/img/modeleOpon/small/comarch-rolnictwo-agro-siec-news-1920x1200-1.png);
    background-size: cover;
    background-position: center;
    /* padding: 120px 0; */
}

.fire_title {
    background-color: #282828;
    width: fit-content;
    height: 50px;
    color: #fff;

    position: relative;
    z-index: 1;
    /* display: inline-block; */
    /* box-shadow: 2px 2px 2px #333a; */
}

.performance_title {
    position: relative;
    width: fit-content;
    z-index: 2;
}

.performance_title::after {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url(/img/modeleOpon/small/firestone_after.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    left: 100%;
    top: -57px;
    /* box-shadow: 1px 1px 2px #000a; */
    filter: drop-shadow(2px 0px 2px #333a);

}

.performance_title::before {
    content: "";
    position: relative;
    z-index: 0;
    display: inline-block;
    background-color: #ed1e30;
    width: 60px;
    height: 50px;
    background-position: center;
    background-size: cover;
    top: 55px;
    left: 99%;
    border-radius: 50px;

}

@media(max-width: 393px) {
    .fire_title {
        height: auto;
    }

    .performance_title::before {
        display: none;
    }

    .performance_title::after {
        display: none;
    }
}