.blue_dot{
  height: 22px;
  width: 22px;
  background: #7a81ff;
  display: inline-block;
  border-radius: 50%;
}
.happen-section-img.section-wrap {
  background: url(../img/coffee_cup.png), url(../img/Arrow_jagged.png), url(../img/woman_reading.png), url(../img/Org_chart_circles.png);
  background-size: 8%, 15%, 15%, 15%;
  background-repeat: no-repeat;
  background-position: 8% 11%, 10% 53% ,95% 30%, 93% 77%;
}
p.currency-font {
  font-size: 16px;
  font-weight: 600;
}
.pricing-parent {
  justify-content: center;
}
.pricing-parent .pricing {
  margin: 0 40px 0 0;
}
.pricing-parent .pricing:last-child {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .happen-section-img.section-wrap {
    background-position: 8% 11%, 4% 51% ,99% 30%, 99% 77% !important;
  }
  .pricing-parent .pricing {
    margin: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .pricing-parent .pricing {
    margin: 0;
    margin-bottom: 15px;
  }
  .happen-section-img.section-wrap {
    background-position: 8% 11%, 4% 52% ,96% 23%, 93% 82% !important;
  }
}

@media (min-width: 993px) {
  .pricing-parent .pricing {
    width: 340px;
  }
}