.bridgestone_bg {
    background-image: url(/img/modeleOpon/small/otr_bg.png);
    background-size: cover;
    background-position: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.logo_manu::after {
    content: "FG";
    position: relative;
    font-size: 25px;
    top: .7em;
    left: .5em;
    font-weight: bolder;
    display: inline;

}

.model_transparent {
    color: transparent;
}

.bs_title {
    box-shadow: 5px 5px 20px #000;
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bs_title::after {
    content: "";
    width: 20em;
    height: 520%;
    transform: rotate(20deg);
    background-color: #e20815;
    position: absolute;
    box-shadow: 10px 10px 25px #000a;
    top: -39%;
    left: 80%;
    display: inline-block;

}

.otr_icon {
    position: relative;
    z-index: 2;
    width: 25%;
    left: 70%;
}

.arrow_block::after {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/img/modeleOpon/small/arrow.png);
    background-size: contain;
    border-radius: 50px;

    background-color: #bdbdbd;
    box-shadow: 5px 5px 15px #000a;
}

.br_logo {
    width: 25%;
}

@media (max-width:991px) {
    .bs_title::after {
        top: 10%;
        left: 70%;
    }

    .otr_icon {
        width: 35%;
        top: 10%
    }

    .logo_manu::after {
        top: 0.1em;
    }

    .br_logo {
        width: 60%;
    }
}

@media (orientation: landscape) and (max-width:896px) {
    .bs_title::after {
        top: -100%;
        left: 75%;
    }

    .br_logo {
        width: 30%;
    }

    .logo_manu::after {
        top: 0.3em;
    }

    .otr_icon {

        top: 0%
    }
}