/* POSSIBILITIES */

#possibilities {
  background-color: #efefef;
  padding: 60px 0;
}

#possibilities article {
  transition: box-shadow .3s;
  width: 460px;
  height: 270px;
  float: left;
  border-radius: 10px;
}

#possibilities article:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

#possibilities article:first-child {
  margin-right: 20px;
}

#possibilities p {
  text-align: center;
  margin-bottom: 20px;
}

.overlay {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 190px;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  box-sizing: border-box;
}

article h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.button-2 {
  position: absolute;
  width: 95px;
  bottom: 15px;
  left: 27.5px;
  color: #fff;
  background-color: #ff7a00;
  padding: 6px 20px;
  border-radius: 6px;
}

.button-2:hover {
  background-color: #02b8dd;
}
