.row1 {
  display: flex;
  background-color: #883e24;
  padding-top: 85px;
}

.row2 {
  display: flex;
  background-color: #883e24;
}

/* .menu-image {
  width: 100%;
  height: auto;
} */

.row-container {
  display: flex;
  flex: 1;
}

.row-container-1 {
  display: flex;
}

.row-container-2 {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .row-container {
    flex-direction: column;
  }
  .row-container-1 {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .row1 {
    flex-direction: column;
  }
  .row2 {
    flex-direction: column;
  }
}
