.dish-section {
  background-color: #f4f3f4;
  min-height: 74vh;
}
.dish-container {
  width: 90%;
  margin: 0 auto;
}
.dish-head .dish-title {
    color: #cb4337;
    /* font-family: mediumm; */
    font-family: boldd;
    position: relative;
}
.dish-head .dish-title::before {
  content: "";
  height: 3px;
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: #cb4337;
}
.dish-head .dish-tool select {
  border-radius: 20px;
  background-color: transparent;
  height: 40px;
  width: 130px;
  border-color: #cb4337;
  padding: 0 15px;
  outline: none;
  cursor: pointer;
    /* font-family: mediumm; */
    font-family: regular;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAA/UlEQVRIie3UMU7DMBSA4f/RuKrYqcQdwkLnDsBGB86SIVm6ZGkHMkTiLoiFDHAFOvQGIA4AEjEyC0IlpdTPWf2PdpxPb7AhFovFApPuwuK6fgQOW7GXZZ6/9vl5WVVj45I7hLd5nk039w7++H4ETIxLmrKqxj3RBjjFMezub8FiBzOBJyA1zjws6vpYiy6XN0dDl9wDKcja0F5tObsOknw2Dk5A1hh3Ps+yZ19086zh46woihcvOBT3Rf+FtbgG3Qv74lrUC96Hh6De8C5c3gc2BFXB8OtupsDqezkFVq3YC82Do4KhOzloJw2G4WfyW4BW7Kzv0xqLxWKqvgBNoqYAMSw1ggAAAABJRU5ErkJggg==");
  background-repeat: no-repeat, repeat;
  background-position: left 15px top 60%, 0 0;
  background-size: 0.95em auto, 100%;
}

.dish-box {
  margin-top: 20px;
}
.dish-box.card {
  border-radius: 20px;
  border-color: #e7e5ea;
}
.card-body {
  padding: 10px;
}
.head-card img {
  border-radius: 10px;
  object-fit: cover;
}
.content-card h6 {
    /* font-family: mediumm; */
    font-family: boldd;
  color: #cb4337;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-card p {
  font-family: regular;
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}
.pag-list ul {
  list-style: none;
  padding: 0;
}

.pag-list ul li a {
  border: 1px solid #707070;
  padding: 6px 13px;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  margin: 10px;
  width: 100%;
  font-family: regular;
  height: 100%;
  font-size: 13px;
  transition: 0.3s ease-in;
}

.pag-list ul li:first-child a {
  color: #cccccc;
}
.pag-list ul li:last-child a {
  color: #cb4337;
}
.pag-list ul li a:hover {
  color: #fff;
  background-color: #cb4337;
  border-color: #cb4337;
}
.head-card img{
  width: 414px;
  height: 209px;
  object-fit: cover;
}
@media (max-width:1199px) {
  .content-card p{
    height: 75px;
  }
}
@media (max-width:1024px) {
.head-card img{
  width: 260px !important;
  height: 131px !important;
}
}
@media (max-width:992px) {
  .head-card img{
    /*width: 163px !important;*/
    /*height: 82px !important;*/
    width: 100% !important;
    height: 185px !important;
  }
  .dish-head .dish-title{
    text-align: start;
  }
  .dish-head .dish-title h3{
    font-size: 26px;
  }
}
@media (max-width:768px) {
.head-card img{
  width: 100% !important;
  height: 201px !important;
}
}
@media (max-width:575px) {
  .dish-container .dish-head{
    flex-direction: column;
    align-items: flex-start !important;
  }
  .dish-container .dish-head .dish-tool{
    margin-right: auto;
    margin-top: 15px;
  }
  .head-card {
    text-align: center;
  }
  .head-card img{
    max-width: 300px;
    height: auto !important;
  }
  .dish-head .dish-title h3{
    font-size: 24px;
  }
  .content-card h6{
    white-space: normal;
  }
  .content-card p{
    height: auto;
  }
}
@media (max-width:414px) {
.head-card img{
  width: 100% !important;
  height: auto !important;
}
}
