.top-more{
  /* background-color: black; */
  height: 120px;
  
   background: linear-gradient(rgba(0, 0, 0, 0.835), rgba(52, 120, 10, 0.759));
  background-position: center;
  background-size: cover;
}
#years-of-experience{
text-align: center;
max-width: 100%;
}
.experience-heading{
max-width: 100%;
/* text-align: center; */
font-family: "Titillium Web", sans-serif;
font-size: 2.4rem;
color:rgba(52, 120, 10, 0.759);

}
.para-for-experience{
  margin-left: 5%;
  margin-right: 5%;
  font-size: 1.4rem;

}
#REWARDS{
  display: flex;
  flex-direction: row;
  
  
}
.container-1{
width: 50%;
margin-left: 5%;
margin-right: 5%;
padding-top: 5%;

}
.container-1 img{
  max-width: 100%;
  width: 100%;
}
.container-2{
width: 35%;
margin-right: 5%;
font-size: 1.5rem;
padding-top: 10%;
}