@charset "UTF-8";

/**************************
*
*	超值合菜
*
**************************/

.text-menu h4 {
  font-size: 1.8rem;
   padding: 1rem 0;
  margin-bottom:  1.5rem;
}

.text-menu h4 span {
  font-size: 1.5rem;
  color: rgba(193, 155, 58, 1.00);
}

.text-menu p {
  font-size: 1.5rem;
  line-height: 50px;
}

/*--responsive media-quries--*/
@media (max-width:575px) {
  .text-menu h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
 }

  .text-menu h4 span {
    font-size: 1.3rem;
  }

  .text-menu p {
    font-size: 1.3rem;
    line-height: 40px;
  }
}