.section-main {
  padding: 0;
}

.section-main .row {
  margin: 0;
}

.section-main .col {
  padding: 0;
}

.services-item {
  position: relative;
  border-top: 1px solid #c8c8c8;
}

.services-item:first-child {
  border-top: 0;
}

.services-item:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1em;
  color: #C32121;
  content: "\F105";
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}

.services-item:hover .services-link, .services-item.active .services-link {
  color: #C32121;
}

.services-item.active:before {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.services-link {
  padding: 8px 20px 8px 0;
  font-family: "HelveticaLTBold", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  display: block;
  color: #000;
}

.services-link:focus, .services-link:visited {
  color: #000;
}
