.menu__feature {
  margin-right: 1.5rem;
  padding-bottom: 3rem;
}

.menu__feature-image {
  height: calc(100% - 6rem);
  max-height: 320px;
  min-height: 320px;
}

.menu__feature-title {
 text-align: left;
 margin-top: 0.5rem;
}

.menu__feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}