.icon-des {
  height: 100px;
  width: 100px;
  font-size: 60px;
  color: white;
  size: 60px;
  background-color: rgb(255, 255, 255, 0.2);
  text-align: center;
  padding: 25px 0;
  border-radius: 50%;
  margin: 30px 10px;
  outline-offset: 5px;
  transition: 0.5s ease;
}

.section--icon#Icon-1 .icon-des:hover {
  cursor: pointer;
  color: #00008b;
  background-color: rgb(255, 255, 255, 1);
}

.section--icon#Icon-2 .icon-des {
  background-color: rgb(255, 255, 255, 1);
  color: #593c1f;
}
.section--icon#Icon-2 .icon-des:hover {
  cursor: pointer;
  color: white;
  background-color: rgb(255, 255, 255, 0.2);
}

.section--icon#Icon-3 .icon-des:hover {
  cursor: pointer;
  box-shadow: 3px 1px 1px 1px white;
  /* cursor: pointer; */
  /* color: white; */
  /* background-color: rgb(255, 255, 255, 0.2); */
}
.section--icon#Icon-4 .icon-des:hover {
  cursor: pointer;
  color: #228c22;
  background-color: rgb(255, 255, 255, 0.8);
  border: 2px solid #228c22;
}