.card {
  max-width: 300px;
  border: 1px solid #eee;
  margin: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}
.card__image {
  width: 100%;
  height: auto;
  display: block;
}
.card__content {
  padding: 16px;
}
.card__title {
  color: #2c3e50;
  font-size: 1.5rem;
  margin: 0 0 8px 0;
}
.card__description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
.card__button {
  background-color: #2c3e50;
  color: white;
  border: none;
  padding: 10px 16px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.card__button:hover {
  background-color: rgb(25.9032258065, 36.5, 47.0967741935);
}

/*# sourceMappingURL=style.css.map */
