.vc-three-columns-icon-label .container{display:flex;justify-content:space-around;margin-top:20px;margin-bottom:20px;}
@media screen and (max-width:576px){
.vc-three-columns-icon-label .container{flex-direction:column;align-items:center;}
}
.vc-three-columns-icon-label__item{display:flex;flex-direction:column;align-items:center;max-width:270px;margin:0px 20px;}
@media screen and (max-width:576px){
.vc-three-columns-icon-label__item{margin-bottom:25px;}
}
.vc-three-columns-icon-label__icon{margin-bottom:17px;}
.vc-three-columns-icon-label__label {
text-align: center;
font-size: 16px;
font-weight: 700;
line-height: 25px;
}