
       .sec1{
        max-width: 1800px;
        margin: auto;
        height: 400px;
        background:linear-gradient(to right,rgba(0, 0, 0, 0.489),rgba(0, 0, 0, 0.554)), url(image/personal1.jpg);
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        padding-top: 250px;
        color: white;
        font-size: 40px;
        margin-top: -70px;
    }
    
    
    



  
    @media screen and (max-width: 900px) {

.sec1{
    background-size: 130% 100%;
}

.sec7a p{
  font-size: 18px;
  font-weight: 500;
}

.sec8a .img{
  width: 100%;
}
.sec8a .img h1{
  font-size: 30px;
}
.sec8a .img h4{
  font-size: 20px;
}
.sec8a .img img{
  /* height: 300px; */
}
.sec8a .sec8a-text{
  width: 100%;
  padding: 0;
  padding-top: 30px;
}
.sec9a{
  flex-wrap: wrap-reverse;
}
.sec9a .img{
  width: 100%;
}
.sec9a .img h1{
  font-size: 30px;
}
.sec9a .img h4{
  font-size: 20px;
}
.sec9a .sec9a-text{
  width: 100%;
  padding: 0;
  padding-top: 30px;
}



    }


