.page-container-fluid {
    max-width: 1200px;
}

.clients-img {
    border: 1px solid lightgray;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 99%;
    overflow: hidden;
}

.clients-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
img {
    max-width: 100%;
    height: auto;
    border-style: none;
}
