a[data-i18n-switcher-sq],
a[data-i18n-switcher-en] {
  cursor: pointer;
}

.resume-item .description {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hidden {
  display: none;
}

#experience .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #149ddd;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #149ddd;
  cursor: pointer;
}

#experience .icon:hover {
  background: #2eafec;
  color: #fff;
}

#experience .icon i {
  color: #fff;
  font-size: 20px;
  line-height: 0;
}
