.img-round {
    border-radius: 20px;
}

.barum_title {
    background-color: #000066;
    color: #ffd500;
    font-weight: bolder;
    position: relative;
    width: fit-content;
    padding: 5px 15px 15px 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px #0009;
}

.barum_title::after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(/img/manufacturerpages/barum/barum_after.png);
    background-size: cover;
    background-position: center;
    filter: drop-shadow(1px 1px 2px #000a);
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
}

.bannerosobowe {

    background-size: cover;
    background-position: center;
}