p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.menu-header {
  padding: 50px 0;
  text-align: center;
  background-color: #efede8;
}

.menu {
  width: 100%;
  background-color: #efede8;
  padding-bottom: 50px;
  /* padding: 120px 0 20px 0 */
}

.menu .title {
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
}

.menu .menu-sub-title {
  /* margin-bottom: 40px; */
  font-size: 40px;
  font-family: "D-din-bold";
  text-transform: uppercase;

  text-align: center;
  border: 1px black solid;
}

.menu-sub-title-container {
  margin-bottom: 50px;
}

.menu-nav {
  max-width: 1300px;
  margin: auto;
  padding: 3% 1% 0 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} 

.menu-nav .button {
  font-size: 15px;
  padding: 10px 15px;
}

.menu-nav a {
  margin: 1px;
}

.menu-list {
  max-width: 1200px;
  padding: 0 10px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.menu-items-list {
  display: grid;
  grid-template-columns: auto;
}

.menu-list-item {
  display: grid;
  padding-bottom: 40px;
  /* justify-self: center; */
  padding-right: 15px;
  padding-left: 15px;
}

.menu-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  border-bottom: #746969 1px dashed;
  margin-bottom: 9px;
}

.list-item-title {
  display: grid;
  /* justify-self: left; */
  font-family: "D-din-bold";
  font-size: 35px;
  /* width: 80%; */
  text-transform: uppercase;
}

.list-item-subtitle {
  font-family: "Libre_Baskerville-Regular";
  font-size: 15px;
  /* justify-self: center; */
  width: 80%;
  color: #746969;
}

.sansiro-block {
  padding: 50px;
  background-color: #1e1e1e;
  text-align: center;
}

.sansiro-block img {
  width: 150px;
}

.back-to-top {
  color: #746969;
  font-size: 1.2rem;
  position: relative;
  top: -20px;
}

.back-to-top:hover {
  color: #746969;
}

@media (max-width: 896px) {
  .sansiro-block img {
    width: auto;
    max-height: 100px;
  }

  .menu-list {
    grid-template-columns: 1fr;
  }
  .menu-list #one{
    grid-area: 1/1/span 1/span 1;
  }
  .menu-list #two{
    grid-area: 2/1/span 1/span 1;
  }
  .menu-list #three{
    grid-area: 3/1/span 1/span 1;
  }
  .menu-list #four{
    grid-area: 4/1/span 1/span 1;
  }
  .menu-list #five{
    grid-area: 5/1/span 1/span 1;
  }
  .menu-list #six{
    grid-area: 6/1/span 1/span 1;
  }
  .menu-list #seven{
    grid-area: 7/1/span 1/span 1;
  }
}

@media (max-width: 768px) {
  .menu-header {
    padding: 50px 0 50px 0;
  }

  .menu .title,
  .menu-header .title,
  .menu .menu-sub-title {
    font-size: 35px;
  }

  .menu .title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list-item-title {
    font-size: 25px;
  }

  .subtitle {
    width: 90%;
  }
}

@media (max-width: 695px) {
  .subtitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .subtitle {
    width: 90%;
  }
}
