@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Roboto&subset=latin-ext');
body {
    font-size: 14px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}


@media (max-width: 663px) {
    h1{
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .timeline-item {
        padding: 0 0 2rem 2rem!important;
    }

}

p {
    font-family: 'Roboto', sans-serif;
    font-size: .8rem;
}

.container {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
}


.h {
    display: none;
}

.hr {
    margin: 0;
    padding: 0 2rem ;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
}

hr{
    margin: 0;
}

.timeline-item p {
    font-size: 1rem;
    line-height: 1.3rem;
}
.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 1em;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1rem;
}
.timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 1.15em;
    position: absolute;
    left: -7px;
    border-radius: 10px;
    content: '';
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
}
.timeline-item-first {
    -o-border-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
}
.timeline-item:last-child {
    -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
}

.timeline-item p{
    margin-bottom: 5px;
}