/* overrides */

#how-it-works .icon-wrapper {
  justify-content: center;
  display: flex;
}

#how-it-works .icon {
  font-size: 50px;
  color: #dd6e8b;
  margin-bottom: 25px;
  margin-right: 0;
  line-height: 65px;
  display: flex;
  border: 3px solid #dd6e8b;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

footer.main-footer .footer-logo-link h5 {
  color: #dd6e8b;
  margin-bottom: 0;
}

footer.main-footer .footer-logo-link h1 {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 5px;
}

@media screen and (max-width: 991px) {
  .about-img .about-img-2 {
    height: 145px;
  }
}
