#top .my-separator-icon .av-seperator-icon:before {
  content: "\00A7";
  font-size: 40px;
}
#top .my-colored-separator-icon .av-seperator-icon:before {
  content: "";
  display: inline-block; 
  position: relative;
  width: 40px;
  height: 40px;
  background: url("/wp-content/uploads/webers-globe1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#top .animated-gif-icon .av-seperator-icon:before {
  content:"";
  display:inline-block;
  position:relative;
  width:100px;
  height:100px;
  background:url("/wp-content/uploads/globe.gif");
  background-size:contain;
  background-repeat:no-repeat
}