.container {
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head {
  font-size: 24px;
  font-weight: 700;
}

.map {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.delimiter {
  height: 5px;
  width: 5px;
  background-color: var(--text-color-secondary);
  margin: 0 13px;
  border-radius: 50%;
}

.a_tag {
  font-size: 14px;
  color: var(--text-color);
  text-decoration: none;
}

.a_tag:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .head {
    font-size: 24px;
  }
}
