.timeline {
      background-color:#fff;
    background-position: bottom;
    background-size:cover;
}
.section-header h2 {
font-family: Poppins,sans-serif;
color: #555;
font-size: 1.75rem;
font-weight: 700;
text-transform: uppercase;
}
.show {
	position: relative;
	width: auto;
	border-left: 4px dotted #ddd;
	margin-left: 30px;
	padding-left: 30px;
	border-bottom: 4px dotted #ddd;
	padding-bottom: 20px;
}
.show::before{
content: "";
position: absolute;
top: 0;
left: -11px;
width: 16px;
height: 16px;
border-radius: 50%;
background: #ddd;
transition: background 1s ease-in-out;
}
.content-box {
	position: relative;
	top: 0px;
	background: #F0F0F0;
	/* width: 98%; */
	padding: 10px 21px;
	margin-left: 0px;
	border-radius: 8px;
	color: #fff;
}
.scroll-box {
	height: 420px;
	overflow-y: scroll;
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 72px;
}
.content-box::before {
content: "";
width: 0;
height: 0;
position: absolute;
top: 19px;
left: -18px;
border-width: 12px 18px 12px 0;
border-color: transparent #F0F0F0 transparent transparent;
border-style: solid;
}
.timeline h3 {
font-family: "Montserrat";
font-weight: bold;
font-size: 20px;
margin: 30px 0 10px;
color: #060066;
} 
.timeline .title {
font-family: "Montserrat";
font-weight: 600;
font-size: 18px;
color: #555;
margin-bottom: 0px;
}
.timeline p {
font-size: 14px;
color: #555;
line-height: 22px;
margin: 0px !important;
}
.timeline .btn-box a{
border: 1px solid #99ca3c;
color: #fff;
text-decoration: none;
background-color: #99ca3c;
}
.timeline .btn-box a:hover{
background-color: #99ca3c;
}
.timeline .btn-box a svg {
margin-left:15px ;
}
@media only screen and (max-width: 767px) {
  .scroll-box {
	height: auto;
}
.timeline h3 {
	font-size: 20px !important;
}
}
