.hover-content-with-desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.portfolio-item-desc {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  text-align: center;
  font-size: 0.8em;
}

.contact-list {
  display: grid;
}

.contact-us-email {
  display: flex;
  max-width: 16rem;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
