
#clients_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    margin-bottom: 7%;
}

#clients_wrap .three-row,
#clients_wrap .two-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}

#clients_wrap img {
    width: clamp(50px, 24vw, 600px);
    height: auto;
}
/* .Clients_sec{
    margin-bottom: 100px;
} */

/* Overlay of images */

.image-wrap {
    position: relative;
}

.bkg-img {
    filter: grayscale(100%);
}

.logo-img {
    background-color: rgba(13, 11, 23, 0.85);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: ease 1.5s;
}

.logo-img-focused {
    opacity: 0;
    transition: ease 0.4s;
    cursor: pointer;
}
.load__more--btn {
    text-align: center !important;
    margin: 0 auto;
}
.load__more--btn h4{
    margin-bottom: 0 !important;
}
