#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
    margin-top: 0px;
	margin-bottom: 0px;
}
#sp-left .sp-module .sp-module-title,#sp-right .sp-module .sp-module-title {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #f3f3f3
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 0px 0px 0px 0px;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 10%;
  }
}