
.container1 {
  /*display: flex;
  flex-direction: column;
  justify-content: space-around;*/
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  border-radius: 0.5em;
  background: #3bba9c;
  border-bottom: 5px solid #2e3047; text-align:center
}
/*i {
  color: #FFF;
  font-size: 50px !important;
  text-align: center; margin-bottom:12px
}*/
span.num {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size:25px; margin-bottom:20px !important
}
span.text {
  color: #fff;
  font-size:15px;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 85vw;
  }
  .container1 {
    /*height: 26vmin;
    width: 26vmin;*/
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }
  .container1 {
    /*width: calc(50% - 40px);
    height: 30vmin;*/
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    gap: 15px;
  }
  .container1 {
    /*width: 100%;
    height: 25vmin;*/
    font-size: 8px;
  }
}
