.whoweare-shell {
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  position: relative;
  overflow: hidden;
}
  
.whoweare-back {width: 100%; position: absolute;}


.whoweare-box { 
  position: absolute; 
  margin-top: 200px;
  right: 20%; 
  border: 0px solid gray; 
  border-radius: 1vh; 
  height: 550px; 
  width: 350px; 
  background-color: #ffffff;
  text-align: center;
  padding: 20px;
  background-image: url('https://40367529.fs1.hubspotusercontent-na1.net/hubfs/40367529/Design%20Files/home-findbox-back.png');
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  z-index 20;
    background-repeat: no-repeat;
  background-size: cover;
}

.whoweare-icon {
    margin-top: 20px;
  width: 100px;

}
  
@media only screen and (max-width: 1000px) { 
  .whoweare-box { 
position: relative;
  margin: auto;
    right: auto;
    margin-top: -50px;
  }
  
  .whoweare-back {width: 100%; position: relative;}
  .whoweare-shell {height: auto;}
}

  