.services {
    display: block;
    width: 100%;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .services .d-block {
      margin-bottom: 20px; }
    .services .icon {
      line-height: 1.3;
      position: relative;
      width: 70px;
      height: 70px;
      margin: 0 auto;
      position: relative;
      z-index: 0;
      border-radius: 50%;
      background: #dc3545;
      -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15); }
      .services .icon span {
        font-size: 40px;
        color: #fff; }
    .services .media-body h3 {
      font-weight: 500;
      font-size: 18px;
      color: #000000; }
    .services .btn-custom {
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      color: #000000;
      border-bottom: 2px solid #e6e6e6; }
      .services .btn-custom:hover {
        color: #dc3545;
        border-color: #dc3545; }
  
  .services-2 {
    margin: 0;
    padding: 0; }
    .services-2 li {
      list-style: none; }
      .services-2 li span {
        color: #dc3545;
        margin-right: 20px; }
  
  #section-counter {
    position: relative;
    z-index: 0; }