#footer {
  padding: 25px;
  right: 0;
  position: absolute;
  width: calc(100% - 220px);
  background-color: #343A40;
}

.footer-institution-box {
  width: 100%;
  display: flex;
  border-bottom: 0.5px solid white;
  padding-bottom: 15px;
}

.footer-institution-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.icon-footer:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.125);
  border: 1px solid white;
  cursor: pointer;
}

.icon-footer {
  font-size: 10px;
  padding: 4px;
  border-radius: 50%;
  text-decoration: none;

  color: #343A40;
  background-color: white;
  border: 1px solid white;
}

.footer-icons {
  display: flex;
  gap: 10px;
}