.services-section .service-icon {
  max-width: 92px;
  width: 100%;
}
.services-section .col-lg-4:nth-child(2) .indv-content {
  margin-left: 0;
  margin-right: 0;
}
.services-section .col-lg-4:last-child .indv-content {
  margin-left: 0;
}
.services-section .col-lg-4:not(:last-child) .indv-content {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .services-section .service-icon {
    max-width: 128px;
    width: 100%;
  }
  .services-section .indv-content {
    max-width: 342px;
  }
  .services-section .col-lg-4:nth-child(2) .indv-content {
    margin-left: auto;
    margin-right: auto;
  }
  .services-section .col-lg-4:last-child .indv-content {
    margin-left: auto;
  }
  .services-section .col-lg-4:not(:last-child) .indv-content {
    margin-bottom: 0;
  }
}