.seha__tractor::after {
    content: "";
    background-image: url(/img/manufacturerpages/seha/seha-img/after.png);
    width: 40px;
    height: 30px;
    margin-left: 5px;
    display: inline-flex;
    background-size: cover;
    background-position: center;

}

.tire_typer {
    color: #015b97;
    text-shadow: 1px 1px 5px #888;
    font-size: 5vw;
    /* color: lnear-gradient(160deg, rgba(2, 137, 164, 1) 0%, rgba(49, 49, 120, 1) 56%); */
}

.tire_typer::after {
    content: "";
    padding-bottom: 5vw;
    width: 11vw;
    height: 15vw;
    background-image: url(/img/manufacturerpages/seha/seha-img/seha_after.png);
    background-size: cover;
    background-position: center;
    display: inline-flex;
}

.tire_typer::before {
    content: "";
    padding-bottom: 5vw;
    width: 11vw;
    height: 15vw;
    background-image: url(/img/manufacturerpages/seha/seha-img/seha_before.png);
    background-size: cover;
    background-position: center;
    display: inline-flex;
}

.seha__industrial::after {
    padding-bottom: 7px;
    content: "";
    background-image: url(/img/manufacturerpages/seha/seha-img/before.png);
    width: 50px;
    height: 40px;
    margin-left: 5px;
    display: inline-flex;
    background-size: cover;
    background-position: center;
}

.tractor_bg {
    background: rgb(242, 211, 172);
    background: linear-gradient(149deg, rgba(242, 211, 172, 1) 0%, rgba(140, 85, 53, 1) 78%);
    border-radius: 20px 50px 50px 50px;
    box-shadow: 2px 2px 5px #333c;
}

.industrial_bg {
    background: rgb(196, 190, 188);
    background: linear-gradient(149deg, rgba(196, 190, 188, 1) 0%, rgba(217, 165, 119, 1) 51%, rgba(140, 123, 101, 1) 83%);
    border-radius: 50px 20px 50px 50px;
    box-shadow: 2px 2px 5px #333c;
}

/* .seha__industrial {
    /* background-image: url(./seha-img/seha_buldozer.jpeg); */
/* background-size: cover;
background-position: center;
/* color: #fff; */
/* border-radius: 10px;
box-shadow: 3px 3px 15px #000;
} */
*/ */ .secha__demage {
    background-image: url(/img/manufacturerpages/seha/seha-img/old-tires.jpg);
    background-size: cover;
    background-position: center;
}

.fx_rounded {
    background: #fffa;
    border-radius: 10px;

}

.fx {
    background: #fffa;
    /* border-radius: 10px; */

}

.seha_header {
    background: rgb(2, 137, 164);
    background: linear-gradient(160deg, rgba(2, 137, 164, 1) 0%, rgba(49, 49, 120, 1) 56%);
    box-shadow: 1px 1px 5px #000;
    color: #fff
}

.seha_types::after {
    content: "";
    background-image: url(/img/manufacturerpages/seha/seha-img/);
}

.seha-title {
    font-size: 43px;
}

.seha_history {
    background-image: url(/img/manufacturerpages/seha/seha-img/Seha_hq.jpg);
    background-size: cover;
    background-position: center;
}

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

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

@media (max-width: 425px) {
    .tire_typer::after {
        content: "";
        padding-bottom: 5vw;
        width: 11vw;
        height: 15vw;
        background-image: url(/img/manufacturerpages/seha/seha-img/seha_after.png);
        background-size: cover;
        background-position: center;
        display: none;
    }

    .tire_typer::before {
        content: "";
        padding-bottom: 5vw;
        width: 11vw;
        height: 15vw;
        background-image: url(/img/manufacturerpages/seha/seha-img/seha_before.png);
        background-size: cover;
        background-position: center;
        display: none;
    }
}