.recipe .recipe__action {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 10px 64px;
  flex-wrap: wrap;
  margin-top: 92px;
}

.recipe .recipe__action .push-btn {
  color: #FFF8EB;
  cursor: pointer;
}