main{
  overflow-x: hidden;
}

header{  
  background-color: rgba(0,0,0,0.2);
}  

.nav-content-mobile{
  top: 0; 
}

.nav-contact-prop{
  display: flex;
}

.sec1{
  text-align: left;
  width: 100%; 
  background-color: white; 
  color: white; 
  padding: 90px 0;
  padding-bottom: 300px;
  background-image: url(https://payd.ng/assets/images/core/contact-main.jpg);
  background-repeat: no-repeat;
  background-position: right; 
  background-size: 100%;
}

.sec1-box1{
  padding: 0 20px;
} 

.sec1-box1 > h1{   
  margin-top: 10px;
  margin-bottom: 20px;
}

.sec1-box1 > span{  
  color: #707070;
  font-weight: bold;
}

/*____SECTION 2 | PROPERTY__________________________*/
.sec2{
  margin: 50px 0; 
  padding: 0 20px;
  text-align: left;
} 

.sec2 > div{
  margin: 20px 0; 
} 

.sec2-box1 > button{
  margin-top: 10px;
  width: 120px;
}  

.sec2-box2 > p > a{
  font-weight: bold;
  color: #707070;
} 

 
/*___________Mobile Response______________*/ 

/*Tablet Response*/
@media(min-width: 770px){ 
  .sec1{  
    padding: 200px 20px;
    padding-bottom: 300px; 
  }
    
  .sec2{
    display: flex;
  }

  .sec2 > div{
    margin: 30px;
  }

  header{    
    color: white;
  }

} 

/*DeskTop Response*/    
@media(min-width: 1030px){

}