.pic {
    text-align: left;
    z-index: 23;
    width: 100% !important;
    color: #fff;
    font-family: cursive;
    display: grid;
    align-content: center;
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.658), #09250a), url(istockphoto-668214842-612x612.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-position: center ;
    padding-top: 50px;
  }
  body{
    background-image: url(bgn-industries.png);
    
    background-repeat: no-repeat;
    background-size: cover;
    
  }
  .contact-form {
    margin-top: -70px;
    
  }
  @media (max-width: 991px) {
    .img{
      height: 30vh !important;
    }
    .contact-form{
      margin-top: 20px;
    }
   
  }
  .btno{
    padding: 15px 20px 15px 20px;
    background-color: #4caf50;
    color: #fff;
    border-radius: 10PX;
    border: none;
    margin-top: 15px;
  }
  .btno:hover{
    background-color: #f7f7f7;
    color: #4caf50;
  }
  .img{
    border-radius: 15px;
    width: 35vw;
    height: 50vh;
  }
  @media (max-width: 991px) {
    .img{

      width: 100%;
    }
  }