body {
	
}
        .sec-heading{
            margin-bottom: 0px;
        }
        .sec-heading h2 {
	text-align: center;
	font-family: allura;
	font-size: 80px;
}
        .clients{
            padding: 0px 0;
        }

.box {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 80%;
    height: auto;    
    transition: transform .5s ease-in;
    margin: 8px auto;
}

.box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.box:hover {
    transform: scale(1.2);
}