.image-credit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 10px 20px 0;
}

.image-credit a {
  color: var(--secondary-color);
  text-decoration: none;
  font-style: italic;
  padding: 0;
}

.half-way-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.pub-services {
  margin: 20px;
}

.pub-services,
.service {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 20px;
}

.service,
.service-row {
  flex-direction: row;
}

.service {
  border: solid 1px var(--secondary-color);
  color: var(--secondary-color);
  border-radius: 100px;
  padding: 5px 10px;
}

.service-title h3 {
  font-size: smaller;
}

.opening-hours-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px;
}

.opening-hours {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin: 20px;
}

.day-column h3,
.time-column h3 {
  margin-block: 10px;
}

.divider {
  padding-bottom: 10px;
}

p {
  margin: 20px;
}

.pub-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.pub-image img {
  border-radius: 10px;
}
