.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  height: 59px;
}

.footer .icon-btn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: 0.3s;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 2px;
  color: #000;
}

.footer .icon-btn:hover {
  background-color: #a8afbf;
  cursor: pointer;
  color: black;
}

.footer .icon-btn i {
  position: relative;
  top: 4px;
  left: 7px;
}
