﻿body {height: 100%; 
  7777background: bisque;
	background: #E8E8E8; 
	background-image: url("../../Picture_Center/background-center/concrete-wall.png");
}
111111111111111111.sec-heading {
  margin-bottom: 50px;
}
11111111111111111111.sec-heading h2 {
  text-align: center;
  font-family: allura;
  font-size: 80px;
}
.clients {
  	1111padding: 200px 0; padding: 2px 0;
	}

.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto; 
}
.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%; 
}
.box:hover {
  transform: scale(1.2);
}