﻿.transport-item-container {
    
}
.transport-item{
    padding: 0 0px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d4d4;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.transport-item-left{
}
.transport-item-left-name {
    font-weight: normal;
    font-size: 18px;
    font-weight: 500;
}
.transport-item-left p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 8px;
}

.transport-item-right {
    width: 320px;
}

.transport-carousel-inner{
    width: 300px !important;
    height: 200px;
}

.transportItemCarousalIndicators{
    text-align: center;
}

.transportItemCarousalIndicators i {
    color: #666;
    font-size: 12px;
    margin: 0px 2px;
}
    .transportItemCarousalIndicators i:hover {
        color: #111;
    }
    .transportItemCarousalIndicators .active {
        color: #111;
    }