.inline-button-style {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 48px !important;
  background-color: var(--accent);
  color: #ffffff;
  text-decoration: none;
}

.distance-info {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.distance-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.distance-item svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.distance-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 800px;
}

.other-distances {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.center-distance > .distance-item {
  gap: 16px;
}

@media (min-width: 768px) {
  .distance-wrapper {
    flex-direction: row;
    width: 100%;
  }

  .center-distance,
  .other-distances {
    flex-direction: row;
  }
}

.hero-gallery {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}

.hero-gallery .row1,
.hero-gallery .row2 {
  display: flex;
  column-gap: 8px;
  width: 100%;
}

.hero-gallery .image {
  box-sizing: border-box;
}

.hero-gallery .image a {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-gallery img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
