.menu_2 {
  padding: 25px 5px;
  background: #143D22;
}

.menu_2 h4 {
  font-size: smaller;
  font-weight: 500;
  color: #fff;
  padding: 0 12px;
  text-align: center;
}

.menu_2 .foot {
  background: rgba(255,255,255,0.87);
  padding: 10px;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
}

.foot .menu_chi_title {
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu_2_chi {
  width: 250px;
  height: 315px;
  padding: 10px;
  margin: auto 10px;
  background: url("../../assets/img/food.avif");
  background-size: cover;
  border-radius: 17px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.breadcrumb-item a {
  color: #333333;
  text-decoration: none;
}

.menu_2_chi span {
  font-size: small;
  font-weight: 500;
}

