.milestone-top{
  margin-top: -170px;
  height: 600px;
}
.milestone-top>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  

}
.milestone-bottom{
/* height: 740px; */
height: 100vh;
background-image: url('../assets/milestone-1\ 1.png');
  background-repeat: no-repeat;
background-size: contain;
background-position: center;
/*border-bottom: 3px solid #032746;*/
}

@media screen and (max-width: 460px) {
.milestone-top{
  height: 400px;
}
.milestone-bottom{
  height: 230px;
}
.milestone-bottom h1{
  padding: 5px!important;
  margin-top: 0;
}

}