.client-logo{
    height: 244px;
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e3e5e7;
    border-bottom: 1px solid #e3e5e7;
    overflow: hidden;
    background: #fff;
    width: 100%;
}
.clients-wrap{
    border-top: 1px solid #e3e5e7;
    border-left: 1px solid #e3e5e7;
    margin-bottom: 30px;
}

.img-fluid2{
    cursor: pointer;
    display: block;
    height: 85px;
}

.referansKurumBaslik {
    text-align: center;
    bottom: 10px;
    left: 0px;
    right: 0px;
    color: #8c8c8c;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
}

.referansKutucuk{
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    position: relative;
}

