/* showcase Section */

.showcase {
  padding: 8rem 7% 1.4rem;
}

.showcase h2 {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.showcase .cta {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: var(--button);
  border-radius: 0.5rem;
  box-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

.showcase h2 span {
  color: var(--button);
}

.showcase .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  justify-content: center;
}

.showcase .row .menu-card {
  text-align: center;
  padding-bottom: 4rem;
}

.showcase .row .menu-card img {
  border-radius: 50%;
  width: 80%;
}

.showcase .row .menu-card .menu-card-title {
  margin: 1.5rem auto 0.5rem;
}

.showcase p {
  text-align: left;
  max-width: 50rem;
  margin: left;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.6;
}
