
.habilidad {
  width: 157px;
  height: 153px;
  margin-bottom: 1.7rem;
  background:#32a0bf2a;
  box-shadow: 0px 0px 5px 2px rgba(65, 84, 113, 0.387);
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.habilidad:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 20px 0 rgba(70, 68, 71, 0.7);
}

@media screen and (min-width: 768px) {
  .habilidad {
    width: 220px;
    height: 166px;
  }
}
