body {
  padding-top: 0px;
}

.hero {
  background: linear-gradient(to right, #097fe6, #38a8e9);
  height: 100vh;
  position: relative;
}

.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  border-top-left-radius: 50% 50px;
  border-top-right-radius: 50% 50px;
}

.card {
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-10px);
}

footer {
  font-size: 14px;
}
.img-fixed {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
