.vc-four_logos .container{display:flex;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:20px;max-width:965px;}
@media screen and (max-width:992px){
.vc-four_logos .container{flex-wrap:wrap;}
}
.vc-four_logos__item{display:flex;flex-direction:column;align-items:center;max-width:200px;}
@media screen and (max-width:992px){
.vc-four_logos__item{width:50%;max-width:50%;margin-bottom:25px;}
}
@media screen and (max-width:576px){
.vc-four_logos__item{width:100%;max-width:100%;margin-bottom:25px;}
}
.vc-four_logos__item img {
max-width: 100%;
}