.bullets-wrapper {
    background: $salescrowd-warm-light-gray;
    padding: 2em 0;
    width: 100%;
}

.bullets-inner {
 @include outer-container;
    padding: 0.75em;
      @include MQ(M) {
		 padding: 0.75em 2em;
	}
      @include MQ(L) {
		 padding: 0.75em 3em;
	}
}

.bullets {  
    i {
        color: $white;
        line-height: 0.5em;
        position: relative;
        top: -3px;
        left: -2px;
        text-align: center;
    }
  margin: 1em 0;
  overflow: auto;
padding: 0;
  .bullet-icon {
    border-radius: 50%;
    text-align: center;
      width: 100%;
      padding: 1em 0;
      margin: 0 auto;
    height: $icon-bullet-size;
    padding: $icon-bullet-size / 4;
    width: $icon-bullet-size;
  }

  .bullet-icon-1 {
    background: $salescrowd-orange;
  }

  .bullet-icon-2 {
    background: $salescrowd-facebook;
  }

  .bullet-icon-3 {
    background: $salescrowd-red;
  }

  .bullet-content {
    margin-bottom: 2em;
  }

}
