.continental_main {
    background-image: url(/img/manufacturerpages/continental/continentel_img/continental_header.jpg);
    background-size: cover;
    background-position: center;
}

.continental_fx {
    background-color: #000a;
}

.continental_main-title {
    background-color: #fba502;
}

.continental_main-title::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/img/manufacturerpages/continental/continentel_img/Continental_horse.png);
    background-size: cover;
    display: inline-flex;
    border-bottom: 1px solid #000;
}

.continental_main-content {
    color: #fff;
    margin: 20px 0;
}

.continental_allSeson {
    background-image: url(/img/manufacturerpages/continental/continentel_img/allsesons.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.continental_winter {
    background-image: url(/img/manufacturerpages/continental/continentel_img/continental_winter.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.continental_summer {
    background-image: url(/img/manufacturerpages/continental/continentel_img/continetal_summer.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.summer_title::after {
    content: '';
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-image: url(/img/manufacturerpages/continental/continentel_img/sun.png);
    background-size: cover;
    background-position: center;
    display: inline-flex;
}

.allseson_title::after {
    content: '';
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-image: url(/img/manufacturerpages/continental/continentel_img/allseson.png);
    background-size: cover;
    background-position: center;
    display: inline-flex;
}

.winter_title::after {
    content: '';
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-image: url(/img/manufacturerpages/continental/continentel_img/snow.png);
    background-size: cover;
    background-position: center;
    display: inline-flex;
}

.conitnental_btn {
    background-color: #fba502;
    padding: 10px 30px;
    border-radius: 20px;
    margin: 0 auto;
}



.conitnental_btn:hover {
    transform: scale(1.1);
    transition: .3s linear;
    color: #000;
    text-decoration: none;
}

.continental-tech {
    background-image: url(/img/manufacturerpages/continental/continentel_img/continental_technology.jpg);
    background-position: center;
    background-size: cover;
}

.continental_list {
    list-style-type: disc;
}

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

.btn-danger:hover {
    transform: scale(1.01);
    background-color: #fba502;
    border-color: #fba502;
    color: #fff;
}

@media (min-width:992px) {

    .border__right {
        border-right: 1px solid #999;
    }


}