/* Single Restaurant CSS */
.find-us-div {
  display: flex;
  justify-content: left;
  align-items: center;
}

.social-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-right: 16px;
}

.social-div img {
  width: 24px;
  height: auto;
}

.social-div a {
  text-decoration: underline;
  color: #ffffff;
  padding-left: 10px;
  font-size: 16px;
  font-family: "MrsEavesXLSerifOT-RegItalic";
}

.social-div:last-child {
  margin-right: 0px;
}

.image-block__content {
  width: 90% !important;
}
