#banner-container {
  height: 280px;
}
.banner-text {
  height: 280px;
}
.feature-pic {
    width: 100%;
    height: auto;
}
#what-we-do p {
  max-width: 650px; 
}
@media screen and (min-width: 750px) {
  .feature-container {
    justify-content: center;
  }
}