.content-crunch {
    padding-left: 12em;
    padding-right: 12em;
}
.u-mt2 {
    margin-top: 2em;
}
.u-mb2 {
    margin-bottom: 2em;
}
.u-pb2 {
    padding-bottom: 2em;
}
.u-pt2 {
    padding-top: 2em;
}
.c-bg-gray {
    background: #f8f8f9;
}
.timeline__item .timeline__title {
    font-size: 25px;
    font-weight: 600;
}
.timeline__item:nth-child(odd) .timeline__breaker {
    position: relative;
    z-index: 10;
}
.timeline__item .timeline__breaker {
    position: relative;
    background: url(../images/timeline-breaker-green.jpg) repeat-x;
    display: block;
    width: 30px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
}
.timeline__item .timeline__content {
    font-size: 24px;
    color: #444;
}
.timeline__item:nth-child(even) .timeline__breaker{
	background: url(../images/timeline-breaker-dark.jpg) repeat-x;
}
.timeline__item:last-child .timeline__breaker:after{
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(54, 54, 54, 0);
    border-top-color: #363636;
    border-width: 15px;
    margin-left: -15px;
}
#golden-time-line h2{
	font-size: 30px;
    margin: 25px 0;
}
@media (max-width: 767px){
	.timeline__item .timeline__title {
	    font-size: 18px;
	}
	.timeline__item .timeline__content {
    	font-size: 17px;
    	display: block;
    	text-align: left;
	}
	.content-crunch {
    	padding-left: 1em;
    	padding-right: 1em;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.content-crunch {
	    padding-left: 4em;
	    padding-right: 4em;
	}
}