.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

.services-container.row {
  gap: 20px;
}

.services-container.center {
  justify-content: center;
}

.service {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
