

/* Start:/company/style.css?1659427090831*/


.pictur.background{
    display: flex;
    background-image: url('/company/img/pec-bac.png');
    background-size: 100%;
    width: 100%;
    padding: 20px 0;
}

.pictur .img{
    width: 100px;
/*    height: 80px;*/
    margin:auto;
}
.pictur .item{
    position: relative;
}

.pictur img:hover{
    filter: invert(10%) sepia(52%) saturate(1716%) hue-rotate(136deg) brightness(118%) contrast(109%);
}

.pictur span{
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%);
}

@media(max-width: 500px){
    .pictur .img{
        /*width: 60px;
        height: 50px;*/

        width: fit-content;
        font: 12px 'Raleway', Arial, sans-serif;
    }
    
    .pictur span{
        display: none;
    }
}

/* End */
/* /company/style.css?1659427090831 */
