/* === === === IconStepBox === === === */

.IconStepBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.IconStepBox-icon {
  width: 95px;
  height: 95px;
  color: transparent;
}

.IconStepBox-icon svg {
    min-width: 95px;
    min-height: 95px;
  }

.IconStepBox-title {
  margin-bottom: 5px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 769px) {

.IconStepBox-title {
    font-size: 2rem;
}
  }

.IconStepBox-text {
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
}
