.am-landing.am-blog-detail-1 {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .am-landing.am-blog-detail-1 {
      padding-top: 80px;
      padding-bottom: 80px; } }

.am-landing.am-blog-detail-1 .blog-section-group {
  list-style: none;
  padding-left: 0px; }
  .am-landing.am-blog-detail-1 .blog-section-group .blog-section-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px; }
    .am-landing.am-blog-detail-1 .blog-section-group .blog-section-item:before {
      content: "\f101";
      left: 0;
      top: 3px;
      position: absolute;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
