.platform-list {
  margin-left: 0;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
}
.platform-list *{
   -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;

}
.platform-list li {
  list-style: none;
  width: 200px;
  background-color: #f4f4f5;
  border: 5px solid #fff;
  margin-bottom: 1rem;
  border-radius: 10px;
  /* height: 220px; */
  padding: 2% 2% 3%;
}

.platform-list .image-box {
  padding: 1rem 0;
}

/* .platform-list li {
  list-style: none;
  display: inline-block;
  width: 33.33%;
  max-width: 200px;
  margin-right: -4px;
  background-color: #f4f4f5;
  padding: 2.5% 2% 0 2%;
  border: 5px solid #fff;
  margin-bottom: 1rem;
  border-radius: 10px;
  min-height: 225px;
  vertical-align: top;
}

@media only screen and (min-width: 1025px) {
  .platform-list li {
    min-height: 245px;
  }
}

@media only screen and (max-width: 480px) {
  .platform-list li {
    width: 50%;
  }
} */

.platform-list .lk-gray {
  color: #666;
  border-bottom: none;
}

.platform-list .lk-gray:hover {
  color: #18c9ef;
  text-decoration: none;
}
.platform-list .lk-gray:hover img {
  -webkit-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
}

.important-note h3 {
  font-size: 18px;
}

.spy-img {
  width: 30rem;
}

footer {
  width: 100%;
  height: 150px;
  background-color: #778899;
  text-align: center;
  items-align: center;
  vertical-align: middle;
  color: #ffffff;
  padding: 1.2rem;
}
