.card-icon {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-icon:hover {
  background: #fc0;
}

.card-icon .card__header {
  font-family: "mtn-regular", sans-serif;
  color: #090808;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.card-icon svg {
  width: 60px;
  height: 60px;
}


