.restaurant-benefits {
  min-height: 116px;
  padding: 30px 4%;
}

.restaurant-benefits div {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: 20px 18px;
  align-content: center;
}

.restaurant-benefits .benefit-icon {
  grid-row: 1 / 3;
  font-size: 30px;
  line-height: 38px;
}

.restaurant-benefits b {
  font-size: 12px;
  line-height: 20px;
}

.restaurant-benefits small {
  grid-column: 2;
  margin: 0;
  color: #d2dce2;
  font-size: 10px;
  line-height: 18px;
}

@media (max-width: 900px) {
  .restaurants-page {
    overflow-x: hidden;
  }

  .restaurants-page .menu {
    display: block !important;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 34px;
    padding: 0;
    font-size: 24px;
  }

  .restaurants-copy {
    width: calc(100% - 48px);
    max-width: none;
  }

  .restaurants-copy .script {
    font-size: clamp(31px, 8.2vw, 36px);
  }

  .restaurant-benefits div {
    grid-template-columns: 42px 1fr;
  }
}
