
.wrktttk {

  width: 80vw;
  transform: translate(-1%, -1%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.contkooooo {
  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;

}
iiioo {
  color: #18f98f;
  font-size: 4em;
  text-align: center;
}
span.num {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
span.textiiii {
  color: #e0e0e0;
  font-size: 2em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  
}
@media screen and (max-width: 1024px) {
  .wrktttk {
    width: 85vw;
  }
  .contkooooo {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrktttk {
    width: 90vw;
  
    gap: 30px;
  }
  .contkooooo {
    width: calc(50% - 40px);
    height: 30vmin;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .wrktttk {
    gap: 10px;
  }
  .contkooooo {
    width: 50%;
    height: 25vmin;
    font-size: 8px;
  }
}