
/*
Palette 2: Calm and Trustworthy
Navy Blue (#1F3A93) – Confidence, stability
White Smoke (#F5F5F5) – Clean, minimal
Light Blue (#74B9FF) – Friendly, open
Slate Gray (#7F8C8D) – Sophisticated, neutral
Teal (#16A085) – Calm, balance
Lighter Teal (#4be7c8)
*/
@media (min-width: 1200px){
	header .getNowintro-text {
		padding-top: 125px !important;
		padding-bottom: 50px !important;
	}
	.getNowintro{
		padding-top: 125px !important;
		padding-bottom: 50px !important;
	}
}
@media (min-width: 1200px) {
  
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image-big {
    width: 300px;
    height: 300px;
    margin-left: -150px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

