/*----- Footer desktop -----*/

.footer {
  flex-direction: row;
  justify-content: center;
  gap: 180px;
}

.icon, .mail {
  transition: .3s;
}

.icon:hover, .mail:hover {
  transform: scale(.98);
  opacity: .7;
}

.mail {
  margin-top: 5px;
}