.kenda_title
{
    background: rgb(64,1,1);
    background: linear-gradient(164deg, rgba(64,1,1,1) 0%, rgba(115,2,2,1) 29%, rgba(166,3,3,1) 53%, rgba(242,5,5,1) 76%, rgba(242,116,5,1) 100%);
    position: relative;
    box-shadow: 5px 5px 10px #000;
    z-index: 2;
}
.kenda_btn{
    background: rgb(64,1,1);
    background: linear-gradient(164deg, rgba(64,1,1,1) 0%, rgba(115,2,2,1) 29%, rgba(166,3,3,1) 53%, rgba(242,5,5,1) 76%, rgba(242,116,5,1) 100%);
    border-radius: 20px;
    text-shadow: 3px 3px 10px #000;
    color:#fff;
    transition: .2s linear;
}
.kenda_btn:hover{
    color: #fff;
    box-shadow: 2px 2px 10px #000;
    text-decoration: none;

}
.kenda_container::before{
    position: relative;
    z-index: 1;
    display:inline-flex;
    width: 100px;
    height: 100px;
    content: '';
    background-image: url(img/manufacturerpages/kenda/kenda-img/patern.png);
    background-size: 170px ;
    background-position: center;
    background-color: #000;
    top: 80px;
    left: 50px;
    transform: skew(15deg);
}
.bannerosobowe{
    background-image: url(img/manufacturerpages/kenda/kenda-img/Kenda_baner.jpg);
    background-size: cover;
}
@media(max-width:1029px){
    .kenda_container::before{
        display: none;
    }
}