.details-block {
  height: 100vh;
  display: flex;
  align-items: center;
}

.details-text {
  text-align: center;
  margin-bottom: 40px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .contact-details {
    flex-direction: row;
    gap: 60px;
  }
}

.contact-email, .contact-number, .contact-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--white);
  text-decoration: none;
}
.contact-email a, .contact-number a, .contact-location a {
  text-decoration: none;
}

.contact-hover {
  color: var(--white);
  font-family: monospace;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-hover svg {
  fill: var(--white);
  width: 38px;
}

.scramble-text {
  display: inline-block;
}
/*# sourceMappingURL=detailsBlock.1750454272046.css.map */