.firestone_content {
    color: #fff;
    font-weight: bolder;
    background-color: #d71f04;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 0 0 50px 0;
    position: relative;
    z-index: 5 !important;
}

.firestone_title::after {
    content: "";
    width: 40px;
    height: 40px;
    filter: drop-shadow(15px 0px 1px #000a);
    position: absolute;
    display: inline-flex;
    top: 0px;
    left: 23%;
    z-index: -0 !important;
    background-image: url(/img/manufacturerpages/patlas/firestone_after_white.png);
    background-size: cover;
}

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

.firestone_bg {
    background-image: url(/img/manufacturerpages/firestone/bg.png);
    background-position: center;
    background-size: cover;
}

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

}

.firestone_title {
    position: relative;
    background-color: #282828;
    color: #fff;
    font-weight: bold;
    width: fit-content;
    padding: 10px 10px;

}

.firestone_title::after {
    content: "";
    width: 59px;
    height: 59px;
    display: inline-block;
    background-image: url(/img/manufacturerpages/firestone/firestone_after.png);
    background-size: cover;
    background-position: center;
    left: 100%;
    top: -10%;

}

.bannerosobowe {
    background-image: url(/img/manufacturerpages/firestone/firestone_banner.png);
    background-size: cover;
}