.bannerosobowe{
    background-image: url(img/manufacturerpages/viking/viking-img/Viking_banner.png);
    background-position: center;
    background-size: cover;
}
.border_fx{
    border-top: 5px solid red;
    
}
.border_fx::before{
    content: "";
    width: 100%;
    height: 3px;
    display: inline-flex;
    
    border-top:5px solid blue ;
}
.border_fx::after{
    content: "";
    width: 100%;
    height: 3px;
    position: relative;
    top: -5px;
    /* padding-bottom: 25px; */
    display: inline-flex;
    border-top:5px solid red ;
}