Hey there, I need some help with adding an icon "services" section to my website. CSS is not my strongest suit, so I'm reaching out for assistance. My goal is to create blocks for the icons that don't touch the edge of the page and have a margin similar in width to the space between each block. Any help on this would be greatly appreciated. Thank you! Below is a link to my JSFiddle, please provide your edits directly on it if possible.
http://jsfiddle.net/hqtzaycq/2/
<div class="row">
<div id="about">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="about-div">
<i class="fa fa-paper-plane-o fa-4x icon-round-border" ></i>
<h3 >Lorem ipsum</h3>
<hr />
<hr /&q...