.homepage-panel {
  height: 320px;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  background-color: #fff;
}

.homepage-panel img {
  max-height: 150px;
  object-fit: contain;
}

.homepage-panel h4,
.homepage-panel h5,
.homepage-panel p {
  text-align: center;
}

