body {
	background: #fff;
}
        .sec-heading{
            margin-bottom: 50px;
        }
        .sec-heading h2 {
	text-align: center;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 54px;
}
        .clients{
            padding: 200px 0;
        }

.box {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 60%;
    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);
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    background: white;
    box-shadow: 14px 8px 8px 2px #00000042;
}