.application {
  display: inline-block;
  width: 25%;
  margin: 2%;
  margin-left: 5%;
  text-align: center;
}

.application img {
  width: auto;
  height: 400px;
  margin-bottom: 5px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .application {
    width: 100%;
    margin: 0% auto;
    margin-bottom: 10px;
  }

  .application img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 5px;
    height: auto;
  }

  .application h4 {
    text-align: center;
  }
}
