.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 5px;
}
.custom-counter li::before {
  content: counter(step-counter);
  font-size: 80%;
  background-color: #00d1b2;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 50%;
}
.yb0 {
  font-size: 1.2em;
  font-weight:600
}
.yb {
  font-size: 1.1em;
}
.feature-card-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 270px;
  -webkit-flex: 270px;
  -ms-flex: 270px;
  flex: 270px;
  border-radius: 8px;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #30364d;
  text-align: center;
}
.icon-box {
  margin: auto;
  margin-bottom: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededff));
  background-image: linear-gradient(180deg, #fff, #ededff);
  box-shadow: 0 1px 2px 0 rgba(48, 54, 77, 0.3);
}

.icon-box.gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b87df9), to(#6a4ee1));
  background-image: linear-gradient(180deg, #b87df9, #6a4ee1);
}

.icon-box.big {
  width: 60px;
  height: 60px;
  padding: 16px;
}

.icon-box.gradient-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b87df9), to(#6a4ee1));
  background-image: linear-gradient(180deg, #b87df9, #6a4ee1);
}

.icon-box.gradient-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8bb4b), to(#f85252));
  background-image: linear-gradient(180deg, #f8bb4b, #f85252);
}

.icon-box.gradient-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62d1f8), to(#5c71d9));
  background-image: linear-gradient(180deg, #62d1f8, #5c71d9);
}

.icon-box.gradient-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#84f796), to(#11aeaf));
  background-image: linear-gradient(180deg, #84f796, #11aeaf);
}
.hero-browser {
  z-index: 1;
  width: 770px;
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(145, 101, 247, 0.3);
  margin:auto;
  margin-bottom: 2em;
}

.rounded-number {
  background: #00d1b2;
  border-radius: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color:white;
  font-weight: semi-bold;
}
.yak-h4 {
  font-size: 1.4em;
}
