.wrapper-number-of-users{
  padding-top: 150px;
}

.wrapper-number-of-users:before {
  background-color: #EBEEFF !important;
}

.wrapper-number-of-users .yl-registration-content-2{
  background: #374A9E !important;
}

.wrapper-number-of-users .yl-registration-content-2:before{
  background-image: linear-gradient(to right, #374A9E 68%, rgba(55, 74, 158, 0));
  width: 70%;
  z-index: 1;
}

.wrapper-number-of-users .yl-registration-content-2 .registration-text-2{
  position: relative;
  z-index: 2;
}

.wrapper-number-of-users .yl-registration-content-2 .registration-text-2 a{
  background: var(--secondary);
}

.wrapper-number-of-users .yl-registration-content-2 .registration-text-2 a::after{
  background: var(--quaternary);
}

@media (max-width: 480px){
  .wrapper-number-of-users{
    padding-top: 110px;
  }
}