.section-resto {
  background: rgb(79, 68, 211);
  width: 100%;
  margin: 0 1rem;
  padding: 1rem;
  height: auto;
  border-radius: 10px;
  box-shadow: 5px 5px 7px #00000024;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.section-resto h2 {
  color: white;
}
.section-resto a {
  display: flex;
  align-items: center;
  color: white;
}
.section-resto a:hover {
  font-weight: bold;
}

.section-resto img {
  height: 150px;
}
