/*
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: 992px) and (max-width: 1199px){
	header .getNowintro-text {
		padding-top: 125px !important;
		padding-bottom: 50px !important;
	}
	.getNowintro{
		padding-top: 170px !important;
		padding-bottom: 50px !important;
	}

}

@media (min-width: 992px) {
  .body_text{
	border-top: none;
  }
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image-big {
    width: 250px;
    height: 250px;
    margin-left: -125px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }

}
