.light-hover:hover {
  background-color: lightgrey;
}

.card-img-fixed {
  height: 250px;
  object-fit: cover;
}

.text-link {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
}

.text-link:hover {
  color: #888;
}

.contact-form {
  max-width: 990px;
}