.services-icons-section {
  margin: 0 auto;
}

.services-icons-section > div.page-width {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.service-icon h3 {
  font-weight: bold;
}
.service-icon .service-icon__header {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .services-icons-section > div.page-width {
    flex-direction: row;
  }
  .service-icon {
    width: 31%;
  }
}
