.zug-headline {
    font-size: 3.5rem;
    color: white;
    font-weight: 600;
}
.zug-subheadline {
    font-size: 2.8rem;
    color: white;
    font-weight: 500;
}
.zug-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 5;
    position: relative;
}
.zug-inner .col-lg-11 {
    height: 15vh;
    min-height: 120px;
    margin-top: 18vh;
}

@media (max-width: 1400px)  {
    .zug-inner .col-lg-11 {
        margin-top: 20vh;
    }
}
.zug-inner img {
    height: 104%;
    object-fit: cover;
    object-position: 93% 18%;
    transition: all 0.15s ease-in-out;
}

.zug-headline-padding {
    padding: 0;
}

#railcar-info .row {
    padding: 0.5rem;
}

#railcar-info h2 {
    font-weight: 600;
}

#railcar-info p {
    font-size: 1.25rem;
}
#railcar-info li {
    font-size: 1.25rem;
}

#railcar-info {
    justify-content: center;
    display: flex;
    align-items: center;

}
#zug-block-section {
    justify-content: center;
    display: flex;
    align-items: center;
}

.service-list {
    margin-left: 1.35rem;
}


