.hidden-skill h3 {
  font-weight: 300;
  border-bottom: 1px solid var(--color-gray-lighter);
  margin: 0 0 .5rem;
}

.hidden-skill h4 {
  font-weight: 400;
}

.hidden-skill__actions {
  display: flex;
  margin: .5rem 0 1rem;
}

.hidden-skill__second-action {
  position: relative;
  margin-left: 3rem;
}

.hidden-skill__second-action:before {
  position: absolute;
  top: .5rem;
  left: -2rem;
  content: '→';
  color: var(--color-gray);
}

.hidden-skill__first-action-orbs,
.hidden-skill__second-action-orbs {
  display: flex;
  justify-content: center;
  line-height: 1;
}

.hidden-skill__first-action span,
.hidden-skill__second-action span {
  display: block;
  text-align: center;
  position: relative;
  color: var(--color-gray-lighter);
  font-size: .8rem;
  padding: 0 .25rem;
}

.hidden-skill__first-action span:before,
.hidden-skill__second-action span:before {
  border: 1px solid var(--color-gray-lighter);
  border-top: none;
  content: '';
  position:absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
}

.hidden-skill__icon-picture img {
  width: 48px;
}

.hidden-skill__details h5 {
  font-weight: 400;
}

.hidden-skill__details p {
  margin: 0 0 1rem;
}

@media (min-width: 640px) {
  .hidden-skill h3 {
    text-align: right;
  }

  .hidden-skill__icon-picture img {
    width: 32px;
  }
}


@media (min-width: 840px) { 
  .hidden-skill__icon-picture img {
    width: 48px;
  }
}