.servicebox {
  background-color: rgba(48, 48, 48, 0.6);
  backdrop-filter: blur(8px); /* blur behind the box */
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  width: 50%;
  min-width: 150px;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px 40px;
  border-radius: 20px;
  font-size: 18px;
  color: white;
}

