.scrolling-timeline .bo-temp{
  background-color:transparent
}
.timeline-component {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    list-style-type: none;
    color: #888888;
    font-size: 18px;
    font-family: RazerF5, Arial, Helvetica, sans-serif;
}
.timeline-progress-base {
    display: block;
    position: absolute;
    left: 228px;
    width: 4px;
    height: 100%;
    background-color: #888;
    z-index: -2;
}
.razer-rtl .timeline-progress-base {
    right: 228px;
}
.timeline-item {
    position: relative;
    max-width: 700px;
    display: grid;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-columns: 130px 100px 1fr;
}
.timeline-year,
.timeline-heading {
    margin-top: 20px;
    text-transform: uppercase;
    font: 700 2.25rem/2.5rem "Titillium Web", RazerF5, Arial, Helvetica, sans-serif;
}
.timeline-heading,
.timeline-content a,
.timeline-content p,
.timeline-year{
    opacity: 0.4;
    transition: all 0.3s;
}
.timeline-icon img {
    opacity: 0.6;
    transition: all 0.3s;
}
.timeline-content {
    font: normal 1.125rem/1.5rem Roboto;
    margin-bottom: 5rem;
}
.timeline-heading,
.timeline-content p {
    margin-bottom: 1.5rem;
}
.timeline-content p {
    line-height: 22px;
}
.timeline-progress {
    position: relative;
    width: 100px;
    height: 100%;
}
.timeline-progress-bar {
    display: block;
    position: absolute;
    top:0;
    left: 48px;
    width: 4px;
    height: 0;
    background-color: #fff;
    z-index: -1;
}
.timeline-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #000;
    transition: color 0.3s;
}
.timeline-item:last-child .timeline-progress {
    background-color: black;
}
.active .timeline-year {
    color: #fff;
}
.active .timeline-content p {
    opacity: 1;
}
.active .timeline-heading,
.active .timeline-content a {
    color: #44d62c;
}
.active .timeline-progress {
    background-color: transparent
}
.active .timeline-heading,
.active .timeline-content a,
.active .timeline-content p,
.active .timeline-year,
.active .timeline-progress img {
    opacity: 1
}
@media screen and (max-width: 767px) {
    .timeline-component{
        margin: 0 1rem;
    }
    .timeline-progress-base {
        left: 38px;
    }
			.razer-rtl .timeline-progress-base {
        right: 38px;
    }
    .timeline-progress {
        grid-area: progress;
    }
    .timeline-icon{
        width: 80px;
        height: 80px;
    }
    .timeline-progress-bar {
        left: 38px;
    }
			.razer-rtl .timeline-progress-bar {
        right: 38px;
    }
	    .timeline-year {
        grid-area: year;
    }
    .timeline-content {
        grid-area: content;
        margin-bottom:4rem;
    }
    .timeline-item {
        grid-template-areas: "progress year""progress content";
        grid-template-columns: 80px 1fr;
        grid-column-gap: 20px;
    }
    .timeline-year,
    .timeline-heading {
        font: 700 2rem/1 "Titillium Web", RazerF5, Arial, Helvetica, sans-serif;
        font-size: min(8vw, 1.75rem);
    }
    .timeline-heading {
	        margin-top:1rem
    }
    .timeline-progress img {
        max-width: 100%;
    }
}