.kabat__header-title::after {
    content: "";
    background-image: url(/img/manufacturerpages/kabat/kabat_img/fx.png);
    background-size: cover;
    width: 50px;
    margin-left: 10px;
    /* position:; */
    display: inline-block;
    height: 20px;
}

.kabat__header {
    background: url(/img/manufacturerpages/kabat/kabat_img/kabat_tractor.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    /* box-sizing: content-box; */
}

.kabat__industrial {
    background: url(/img/manufacturerpages/kabat/kabat_img/cat_bulldozer.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.kabat__forklift {
    background: url(/img/manufacturerpages/kabat/kabat_img/kabat_forklift.jpg);
    background-size: cover;
    background-position: bottom;
    color: #fff;
}

.kabat__about {
    background: url(/img/manufacturerpages/kabat/kabat_img/kabat_about_tractor.jpg);
    background-size: cover;
    background-position: bottom;
    color: #fff;
}

.kabat__fx {
    background-color: #000a;
    color: #fff;
    /* padding: 50px; */
    /* width: 20%; */

}

.kabat__industrial-list {
    list-style-type: disc;
    padding-left: 20px;
}

.btn-danger {
    background-color: #e50012;
    border-color: #e50012;
}

.btn-danger:hover {
    background-color: #e50012;
    border-color: #e50012;
}

.popular_size-link {
    color: #fff;
    border: 1px solid #fff;
    /* width: 40%; */
    /* height: 10%; */
    /* padding: 10px 45px; */
    margin: 10px;


}

.popular_size-link:hover {
    color: #333;
    border: 1px solid #aaa;
    background-color: #aaaa;
    /* font-weight: bold; */
    text-decoration: none;
}