.text-brand{
    color: #f00;
}
.border_bottom{
    border-bottom: 2px solid #0166ec;
    width: fit-content;
    padding-right: 80px;
    
}
.border_bottom::after{
content: "";
width: 60px;
height: 32px;
margin-left: 20px;
background-image: url(/img/artykuly/toyo_dostawcze/truck_after.png);
background-position: center;
background-size: cover;
display: inline-block;
position: absolute;


}
.btn-danger{
 background-color:#0166ec;
 border-radius: 10px;
}
.btn-danger:hover{
 background-color:#0753b6;
}
