@charset "UTF-8";

.city-series-header-image {
    margin-top: 5rem;
    position: relative;
}

.city-series-header-image p {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    line-height: 1.4rem;
    font-size: 1rem;
}

.city-series-title p {
    color: var(--darkgray);
}

.city-series-title p>span {
    font-size: 1.4rem;
}

.city-series-title h2 {
    font-size: 2.8rem;
    color: var(--darkgray);
}

.city-series-title-line {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--darkgray);
}





@media screen and (min-width: 768px) {

    .city-series-header-image {
        margin-top: 3rem;
    }

    .city-series-header-image p {
        line-height: 2.8rem;
        font-size: 1.2rem;
    }

}