.page-content {
  display: flex;
  flex-direction: column;
}

.socials-container-contacts {
  margin-top: 2rem;
}

.socials-button.email-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.email-button > svg {
  width: 38px;
  height: auto;
  fill: white;
  margin-left: 0.4rem;
}
