@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.header {
  background-color: #b39d6f;
  letter-spacing: 3px;
  font-weight: 300;
}

.Header_fist_row div .logo {
  width: 65%;
}

.Header_second_row div small {
  font-size: 12px;
}

/************************* dinner_sets *************************/
.dinner_sets .dinner_sets_row div small {
  font-size: 12px;
}

/*************** trend_with_benfites ***************/
.trend_with_benfites .trend_with_benfites_row div small {
  font-size: 12px;
}

/**************** FOOTER TEXT ****************/
.footer_text .container div h6 {
  font-size: 13px;
  line-height: 30px;
}

/***************************FOOTER ***************************/
.footer_background {
  background-color: #f7f4ed;
}

/* FOOTER */
.footer .container {
  line-height: 29px;
}
.footer .container .footer_row_one img {
  width: 220px;
}
.footer .container .footer_row_two .first_coloum input {
  background: none;
  border: none;
  border-bottom: 2px solid #b39d6f;
}/*# sourceMappingURL=style.css.map */