/* Add spacing between widgets and services */
.information-widgets {
  margin-bottom: 2rem;
}

/* Center service cards */
.services-list {
  justify-content: center !important;
}

.services-group {
  justify-content: center !important;
}

/* Scale up logo */
.information-widget-logo img {
  transform: scale(3);
  margin: 2rem 0;
}
