#mission{

    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
}
.background{
    height: 100%;
    object-fit:contain

}

.central_text{
  width: 75%;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}



@media (max-width: 500px) {
 #mission{
min-height: 400px;
height: 100vh;
 }
 #mission img{
  height: 100%;
  object-fit: cover;
   }
 .central_text p {
  font-size: 26px;
 }
}
