

.lp-route__figure {
    margin-left: auto;
    flex-grow: 1;
}
.lp-route__description {
    white-space: pre-line;
}


.lp-route__list-item {
    display: flex;
    margin-bottom: 17px;
}

.lp-route__list-item .lp-route__list-item-tile {
    display: block;
    position: relative;
    flex: 0 0 150px;
    padding-right: 66px;
    font-weight: 600;
}

    .lp-route__list-item .lp-route__list-item-tile:after {
        content: ' ';
        display: block;
        position: absolute;
        right: 30px;
        top: 0.65rem;
        border-bottom: 1px solid #000;
        width: 30px;
        height: 1px;
    }

@media only screen and (max-width: 1200px) {
    .lp-route__list-item {
        display: block !important;
    }

        .lp-route__list-item .lp-route__list-item-tile:after {
            display: none;
        }
}
@media only screen and (min-width: 992px) {
    .lp-route__inner {
        display: flex;
    }
}
@media only screen and (max-width: 599.9px) {
    .lp-route__content {
        margin: 2.14rem 0 1.14rem ;
    }
}