#slider {
  height:260px;
  min-height:260px;
  background: linear-gradient(to bottom, white , aliceblue);
}

.slider-text-container {
  height:260px;
  padding:20px;
}

.home-slider h1, .home-slider h2, .home-slider h3, .home-slider p{
  color:black;
}


.slider-img {
  float:right; 
  flex-basis:-1;
  width:20%;
}

.member-image {
  height: 180px;
  border: 3px solid #ccc;
  background: #eee;
  margin: auto;
  padding: 15px 10px;
    
}