body {
    font-family: Arial, sans-serif;
  }
  .service-item {
    padding: 50px 0;
  }
  .service-item .row {
    align-items: center;
  }
  .service-item img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  .tech-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
  }
  .tech-icons img {
    width: 80px;  /* Base width */
    height: 80px; /* Base height */
    object-fit: contain;
    margin: 5px;  /* Spacing */
    transition: transform 0.3s ease; /* Smooth transition */
  }

  .tech-icons img:hover {
    transform: scale(1.2); /* Enlarge the image */
  }

  li {
    text-align: justify;
  }