.toyoTires-line {
    width: 100%;
    height: 10px;
    background-color: #025bad;
}

.safeDrive {
    background-image: url(/img/manufacturerpages/toyo/img_toyo/road.jpg);
    background-size: cover;
    background-position: center;
}

.safeDrive_title {
    background-color: #025BAD;
    color: #fff;
    text-shadow: 1px 1px #222;
    padding: 10px 0;
    width: 91%;
}

.safeDrive__img {
    width: 70%;
}

.safeDrive__content {
    background-color: #fff9;
    padding: 20px;
    border-radius: 0 20px 20px 0;
}

iframe {
    clip-path: url(#toyo);
}

.historyToyo {
    border-radius: 20px;
    position: sticky;
    top: 116px;
    /* padding-bottom: 32%; */
}

.historyToyo__img {
    position: relative;
    top: 20px;
}



.toyoSport__Coment-img {
    width: 150px;
    position: absolute;
    top: 5.5%;
    z-index: 1;


}

.toyoSport__Coment-paragraph {
    background-color: #025bad;
    margin-top: 50px;
    border-radius: 80px 20px;
    padding: 20px 50px 50px 150px;
    color: #fff;

}

.toyoSport__Coment-paragraph strong {
    font-size: 3rem;
    padding-bottom: 10px;
}

@media(max-width:1200px) {
    .toyoSport__Coment-img {
        top: -15%;
    }

    .toyoSport__Coment-paragraph {
        margin-top: 72px;
    }
}

@media(max-width:991px) {
    .toyoSport__Coment-img {
        top: 2.2%;
    }
}

@media (max-width:767px) {
    .safeDrive__content {

        border-radius: 0;
    }

    .toyoSport__Coment-img {
        top: 15.5%;
    }
}

@media (max-width:570px) {
    .safeDrive {
        flex-direction: column-reverse;
    }

    .historyToyo {
        padding-bottom: 32%;
    }


}