.subheading {
  font-size: 16px;
  color: #0e97ff;
  font-weight: 600;
}

.hover-border {
  position: relative;
  display: inline-block;
  padding: 10px;
}

.hover-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #007bff;
  transition: width 0.3s ease;
}

.hover-border:hover::before {
  width: 100%;
}

.images {
  height: 350px;
}
