.lassa_bg {
    background-image: url(/img/modeleOpon/small/bg_driveway_sport.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.border_bottom {
    border-bottom: 1px solid rgb(136, 136, 136);
    box-shadow: 5px 5px 15px #000;
}

.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;
}

.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: 510px) {
    .arrow_block::after {
        position: relative;
        right: 10px;
    }


}