img.zoom {
  width: 100%;
  height: 85%;
  border-radius: 5px;
  object-fit: cover;
  margin-bottom: 5%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

figcaption {
  text-align: center;
  font: caption;
  color: black;
}

h3{
    color: #0084b2;
}

.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}

.featuresRow ul li {
  list-style-position: outside;
  list-style-type: disc;
}