.list-dot {
    list-style: disc;
}

.img-round {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}

.goodyear_title {
    color: #00206A;
    font-weight: bolder;
}

.title_goodyear {
    position: relative;
    color: #00206A;
    font-weight: bolder;
    padding: 10px 0;

}

.title_goodyear::after {
    content: "";
    background-color: #ffd100;
    width: 200px;
    height: 15px;
    border-bottom: 5px solid #00206A;
    border-top: 5px solid #00206A;
    display: inline-block;
    position: relative;
    left: 10px;

}

.video-round {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
    width: 100%;
    height: 100%;

}

.title_goodyear::before {
    content: "";
    background-color: #ffd100;
    width: 200px;
    height: 15px;
    position: relative;
    right: 15px;
    border-bottom: 5px solid #00206A;
    border-top: 5px solid #00206A;
    display: inline-block;
}

.cards {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}










@media(max-width:991px) {
    .title_goodyear::before {

        width: 100px;

    }

    .title_goodyear::after {

        width: 100px;


    }
}

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

        display: none;

    }

    .title_goodyear::after {

        display: none;


    }
}