@charset "utf-8";


	

.menu-title {
  height: 85px;
	text-align: center; 
}
.menu-subtitle {
  height: 70px;
}
p {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 10px;
  word-wrap: normal;
  color: #808080;
}

.h4 h4 {
	font-size: 20px;
	text-align: left;
	color: #46555E;
}

.h5 h5 {
	font-size: 16px;
	text-align: left;
	color: #F9BAA4;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  background-color: #FFF6F6;
  padding: 20px;
  box-sizing: border-box;
}

.flex-box {
  width: 30%;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.flex-box img {
  max-width: 100%;
  height: auto;
}

.flex-box p {
  margin-top: 10px;
  line-height: 1.4;
  text-align: justify; /* Add this line for text justification */
}

   
/* CSS Document */
