.ust-solutions-container {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.ust-solutions-figure {
  margin: 15px auto;
  max-height: 350px;
  width: 320px;
}
.ust-solutions-figure figcaption {
  margin: 0 auto;
  max-width: 250px;
  text-align: justify;
  font-size: 12px;
}

.ust-solutions-title {
  text-align: center!important;
  text-decoration: underline;
  font-weight: bold;
  transition: .5s;
  font-size: 18px !important;
}
.ust-solutions-container:hover .ust-solutions-title {
  color: rgb(0,0,200);
}

.ust-solutions-container:hover img:hover {
  transform: scale(1.01);
-webkit-box-shadow: 0px 19px 64px -28px rgba(57,32,199,1);
-moz-box-shadow: 0px 19px 64px -28px rgba(57,32,199,1);
box-shadow: 0px 19px 64px -28px rgba(57,32,199,1);
}
.ust-solutions-figure img {
  border-radius: 20px;
  height: 150px;
  margin: 10px auto;
  transition: 1s;
  width: 150px;
}
