.cards-container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 2rem 0;
}

.card {
  width: 33%;
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #004c3f;
}

.circle {
  width: 40px;
  height: 40px;
  background-color: #004c3f;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.header_productos{
    display: flex;
}
.button-container{
    flex: 1;
    display: flex;
    justify-content: right;
}
.button-container .button-d{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}