.map-link {
  display: grid;
  grid-template-columns: 46px 1fr 24px;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  padding: 18px;
  border: 1px solid #345061;
  background: #0b2638;
  transition: .2s;
}

.map-link:hover {
  border-color: #6fcfff;
  background: #0e3046;
}

.map-link .map-pin {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0;
  background: var(--blue);
  color: #fff;
  font-size: 24px;
}

.map-link b,
.map-link small {
  display: block;
}

.map-link small {
  color: #9fb6c5;
  font-size: 12px;
  margin-top: 3px;
}

.map-link strong {
  color: #6fcfff;
  font-size: 22px;
}
