.wsContainer {
  display: flex;
  flex-direction: column;
  height: 170px;
  justify-content: space-evenly;
}

@media (max-width: 991.98px) {
  .wsContainer {
    justify-content: space-around;
  }
}

.wsNum {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--fontcolor);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  vertical-align: middle;
  color: var(--headercolor);
}

.wsHeader {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  vertical-align: middle;
  color: var(--fontcolor);
}

.wsText {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  vertical-align: middle;
  color: var(--fontcolor);
}

@media (max-width: 991.98px) {
  .wsMobileGap {
    gap: 30px;
  }
}

