.bkt_title{
    background-color: #00854a;
    color: white;
    font-weight: 500;
    border-radius: 0 0 20px  0;
}
.bkt_title::before{
    width: 50px;
    height: 29px;
    content:"";
    display: inline-flex;
    border-style: solid;
    border-color: transparent #22b24c transparent transparent;
    border-width: 50px 50px 0 0;
    position: absolute;
    left: -50px;
    top: 0px;
}
.bkt_title::after{
    width: 50px;
    height: 50px;
    content:"";
    display: inline-flex;
    border-style: solid;
    border-color: transparent #8cc63d transparent transparent;
    border-width: 0 50px 50px 0;
    position: absolute;
    left: -50px;
    top: 50px;
}
.bkt_fx{
    background-image: url(./bkt-img/BKT_Europe\ HQ\ Italy\ lr.jpg);
    background-size: cover;
    background-position: center ;
  
}
.bkt_article{
    background-color: #000a;
    color: #fff;
   
}
.bkt_frame{
    border-top: 1px solid #8cc63d ;
}
.bkt_btn{
    background-color: #00854a;
    
    padding: 10px 20px ;
    border-radius: 20px 0;
}
.btn-danger{
    background-color:#00854a;
    border-color:#00854a;
    border-radius:15px 0 ;
    transition: .3s linear;
}
.btn-danger:hover{
    background-color:#8cc63d;
    border-color:#8cc63d;
    color: #000;
}
.bannerosobowe{
    background-image: url(./bkt-img/bkdl_baner.png);
    background-position: bottom;
}
@media(max-width:649px){

    .bkt_title::before{
        display: none;
    }
    .bkt_title::after{
       display: none;
    }
    .bkt_title{
        border-radius: 20px 0;
    }
}