/**
 * CE: Services
 */

.services .col-12{
  margin-bottom: 70px;
}

.services .col-12:nth-last-child(-n+4) {
  margin-bottom: unset;
}


.services .service .icon img {
  width: auto;
  margin-bottom: 15px;
  height: 40px;
}

.services .service .title {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 16px;
  color: #16539EE6;
}





