/**
 * Pin
 */

.pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
body .region-content a.pin {
  text-decoration: none;
}

.pin__image {
  overflow: hidden;
  border-radius: 100%;
  max-width: fit-content;
}
.pin__text {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
