/************************************************************************/
/*  Classes for bullets
/************************************************************************/
h3.bulletme::before, h4.bulletme::before {
  display: inline-flex;
  content: "";
  background-image: url("https://globalhpo.dev700.com/wp-content/uploads/earth-africa-duotone-solid.svg");
  -webkit-mask: url("https://globalhpo.dev700.com/wp-content/uploads/earth-africa-duotone-solid.svg") no-repeat 50% 50%;
  mask: url("https://globalhpo.dev700.com/wp-content/uploads/earth-africa-duotone-solid.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: 1.8rem 1.8rem;
  height: 1.8rem;
  width: 1.8rem;
  background-color: var(--primary);
  margin-right: 1rem;
  margin-top: 0.4rem;
}
h3.bulletme, h4.bulletme {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0.1rem;
  line-height: 1;
}
h3.bulletme + p, h4.bulletme + p {
  margin-left: 3rem;
}
