.flight-card {
  border:1px solid #ccc;
  padding:15px;
  margin-bottom:15px;
  border-radius:8px;
  background:white;
}
.aircraft-img {
  width:100%;
  max-width:350px;
  border-radius:6px;
  margin-bottom:10px;
}
