.sec-heading {
  margin-bottom: 50px;
}

.sec-heading h2 {
  text-align: center;
  margin: 10px;
}

.clients {
  padding: 50px 0;
}

.slider_box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}

.slider_box img {
  max-width: 100px;
  max-height: 100%;
  width: 100%;
}

.slider_box:hover {
  transform: scale(1.2);
}
