
.wrapper-numanim {
  position: absolute;
  
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.container-numanim {
  width: 28vmin;
  height: 28vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  border-radius: 0.5em;
  background-color: #fff;
  border-bottom: 10px solid #3eb27d;
  margin: 0 20px
}

.fa-numanim {
  color: #15baaf;
  font-size: 3.5em;
  text-align: center;
}

span.num {
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 2em;
}

span.text-numanim {
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .wrapper-numanim {
    width: 85vw;
  }
  .container-numanim {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-numanim {
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }
  .container-numanim {
    width: calc(100% - 40px);
    height: 30vmin;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-numanim {
    gap: 15px;
  }
  .container-numanim {
    width: 100%;
    height: 50vmin;
    font-size: 14px;
  }
}
