.mv-img-container{
  width:100%;
  height:90vh;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: 100% !important;
}

.mission-img-container{
  background:url('../img/mission-img.jpg');
}

.vision-img-container{
  background:url('../img/beesyon.jpg');
}

.mv-content-container{
  padding:50px 50px;
}

.mv-content-container h4{
  font-weight:700;
  color:rgba(0,0,0,0.87);
  margin-bottom:30px;
}

.mv-content-container h4 i{
  color:#007b2f;
}

.mv-content-container p{
  font-size:17px;
  color:rgba(0,0,0,0.70);
}
