header {
  padding: 20px 20px;
}

header .logo {
  font-size: 27px;
}
header .logo img {
  width: 15px;
}

header #bars {
  font-size: 30px;
}

.infoFace {
  width: 100% !important;
}
.supportSection .btn button {
  padding: 10px 18px;
}

.baner form h1 {
  color: var(--color-v4);
  font-size: 20px;
}

.baner form .input {
  flex-direction: column;
  align-items: center;
}

.baner form input#submit {
  padding: 7px 20px;
}

.listOfFood .headListOfFood ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.listOfFood .headListOfFood ul li {
  text-align: center;
  width: 80%;
}
footer section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer section .sec1,
.sec2 {
  width: 100%;
  text-align: center;
}
