.goodyear-title {
    position: relative;
    color: #575e5e;
}

.goodyear-title-sec {
    position: relative;
    color: #575e5e;
}

.text_grey {
    color: #575e5e;
}

.goodyear-title::after {
    content: "";
    border-bottom: 4px solid #f0f1ee;
    display: inline-block;
    width: 200px;
    height: 20px;
    position: relative;
    top: -5px;
    left: 20px;
}

.goodyear-title::before {
    content: "";
    border-bottom: 4px solid #f0f1ee;
    display: inline-block;
    width: 200px;
    height: 20px;
    position: relative;
    top: -5px;
    left: -20px;
}

.goodyear-title-sec::after {
    content: "";
    border-bottom: 4px solid #f0f1ee;
    display: inline-block;
    width: 200px;
    height: 20px;
    position: relative;
    top: -5px;
    left: 20px;
}

.goodyear-title-sec::before {
    content: "";
    border-bottom: 4px solid #f0f1ee;
    display: inline-block;
    width: 200px;
    height: 20px;
    position: relative;
    top: -5px;
    left: -20px;
}

.arrow_block {
    position: relative;

}

.arrow_block::after {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/img/modeleOpon/small/done_icon.png);
    /* padding: 15px; */
    background-size: 70%;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: center;
    background-color: #f1b234;
    box-shadow: 2px 2px 5px #888a;
}

.table_title {
    border-radius: 10px;
    background-color: rgb(3, 136, 219);
}

.table_content {
    background-color: rgb(129, 176, 251);
    border-radius: 10px;
}

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

@media(max-width:991px) {
    .goodyear-title::after {

        width: 100px;



    }

    .goodyear-title::before {

        width: 100px;



    }

    .goodyear-title-sec::after {

        display: none;



    }

    .goodyear-title-sec::before {

        display: none;



    }
}