.cloud4c-new-page .steps-icon-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.cloud4c-new-page .steps-icon-wrapper .steps-icon {
  position: relative;
}
.cloud4c-new-page .steps-icon-wrapper .steps-icon img {
  max-width: 157px;
}
.cloud4c-new-page .steps-icon-wrapper .steps-arrow {
  width: 100%;
  height: 38px;
  display: block;
  background: url(../../images/revamp/steps-arrow.png) no-repeat;
  font-size: 0;
  background-size: contain;
  margin-top: 60px;
}
.cloud4c-new-page .steps-icon-wrapper p {
  font-size: 16px;
  width: 200px;
}
.cloud4c-new-page .steps-icon-wrapper h4 {
  font-size: 18px;
  width: 200px;
}
@media only screen and (max-width: 1095px) {
  .cloud4c-new-page .steps-icon-wrapper p {
    font-size: 16px;
    width: 160px;
  }
  .cloud4c-new-page .steps-icon-wrapper p br {
    display: none;
  }
  .cloud4c-new-page .steps-icon-wrapper h4 {
    font-size: 18px;
    width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .cloud4c-new-page .steps-icon-wrapper {
    display: block;
  }
  .cloud4c-new-page .steps-icon-wrapper p {
    margin: 0px auto;
  }
  .cloud4c-new-page .steps-icon-wrapper p br {
    display: none;
  }
  .cloud4c-new-page .steps-icon-wrapper h4 {
    margin: 0 auto;
  }
  .cloud4c-new-page .steps-icon-wrapper .steps-arrow {
    width: 47px;
    height: 27px;
    transform: rotate(90deg);
    margin: 25px auto 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cloud4c-new-page .steps-icon-wrapper {
    margin-bottom: 60px;
  }
}