.process-box {
  position: relative;
  padding: 85px 35px 40px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.process-box .p-arrow {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  top: -13px;
  right: -70px;
  z-index: 1;
}

.process-box .number-box {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  /*color: #fff;*/
  font-size: 24px;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -35px;
  margin-bottom: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*background-color: transparent;
  background-image: -moz-linear-gradient(190deg, #E4A730 0%, #E4A730 0%);
  background-image: -webkit-linear-gradient(190deg, #E4A730 0%, #E4A730 0%);
  background-image: linear-gradient(190deg, #E4A730 0%, #E4A730 0%);*/
  box-shadow: 0px 10px 20px 0px rgba(33, 110, 133, 0.08);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(33, 110, 133, 0.08);
  -moz-box-shadow: 0px 10px 20px 0px rgba(33, 110, 133, 0.08);
}

.process-box .icon-main {
  margin-bottom: 30px;
  line-height: 1;
}

.icon-main svg path{
  fill:  #8c8c8c;
}

.icon-main svg {
  height: 100px;
}

.process-box .process-box--title {
  color: #E4A730;
}