.sec-heading {
    margin-bottom: 0px;
}

.sec-heading h2 {
    text-align: center;
    font-family: allura;
    font-size: 40px;
}

.clients {
    padding: 5px 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);
}