
/*--------------------------------------------------------------
# Interests
--------------------------------------------------------------*/
.skills .icon-box {
  display: flex;
  align-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.08);
  transition: ease-in-out 0.3s;
}

.skills .icon-box i {
  font-size: 24px;
  padding-right: 8px;
  line-height: 1;
}

.skills .icon-box h7 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  color: #fff;
}

.skills .icon-box:hover {
  background: rgba(255, 255, 255, 0.12);
}
