.mission{
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.mission_header{
    width: 100%;
    height: 40vh;
    background-color: aqua;
    background-image: url(../../image/bannar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mission_header h1{
    backdrop-filter: blur(1px);
    padding: 15vh 0px 0px 80px;
    color: #fff;
    font-size: 35px;

}
.mission_header h1 a{
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 1050px) {
    .mission_header h1{
        padding: 15vh 0px 0px 30px;
    }
    
  }