*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  
}

.wrapper {
  position: absolute;
  width: 80vw;
  transform:  translate(-50%, -50%);
  top:50%;
  left: 50%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

/*.container {
  width: 28vmin;
  height: 28vmin;
  
  
  justify-content: space-around;
  padding: 1em 0;
  position: fixed;
  font-size: 18px;
  border-radius: 0.5em;
  background-color: #21242b;
  border-bottom: 10px solid #188cf9;
}*/

i{
  
  font-size: 2.5em;
  text-align: center;

}

span.num {
  color: #fff;
 
  place-items: center;
  font-weight: 300;
  font-size: 3em;
}

span.text {
  color: white;
  font-size: 1.1em;
  text-align: center;
  padding: 0.2em 0;
  font-weight: 400;
  line-height: 0;
}

/*@media screen and (max-width:1024px) {
  .wrapper {
    width: 85vw;
  }
  .container {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper{
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }

  .container {
    width: calc(50% -40px);
    height: 30vmin;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper{
    gap: 15px;
  }

  .container {
    width: 100%;
    height: 25vmin;
    font-size: 8px;
  }
}*/