.clie{
    margin-top: 100px;
    padding-bottom: 100px;
}
.container__box{
    max-width: 1100px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bax{
    width: 218px;
    height: 200px;
    background: #fff;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
}

.bax:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 30px -15px rgba(0,0,0,0.5);
    z-index: 1;
}

.bax:hover img{
    color: #fff;
}

.bax h5{
    text-transform: uppercase;
    font-size: 14px;
    color: #777777;
}
