.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
}

.card img:hover {
  transition: 0.3s;
}
.card-img-top {
  transition: 0.3s;
}
.card-img-top:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1.02);
}
.row {
  margin-top: 50px;
}

.btn-secondary {
  background-color: #03a64a !important;
  border-color: #1c8c4d !important;
  color: white !important;
}
.btn-secondary:hover {
  background-color: #1c8c4d !important;
}
