.vc-four-columns-icon-label .container{display:flex;justify-content:space-around;margin-top:20px;margin-bottom:20px;}
@media screen and (max-width:768px){
.vc-four-columns-icon-label .container{flex-wrap:wrap;}
}
.vc-four-columns-icon-label__item{display:flex;flex-direction:column;align-items:center;width:250px;}
.vc-four-columns-icon-label__item:nth-child(4n+1){margin-right:15px;}
@media screen and (max-width:768px){
.vc-four-columns-icon-label__item:nth-child(4n+1){margin:0;}
}
.vc-four-columns-icon-label__item:nth-child(4n+2),
.vc-four-columns-icon-label__item:nth-child(4n+3){margin-left:15px;margin-right:15px;}
@media screen and (max-width:768px){
.vc-four-columns-icon-label__item:nth-child(4n+2),
.vc-four-columns-icon-label__item:nth-child(4n+3){margin:0;}
}
.vc-four-columns-icon-label__item:nth-child(4n+4){margin-left:15px;}
@media screen and (max-width:768px){
.vc-four-columns-icon-label__item:nth-child(4n+4){margin:0;}
}
@media screen and (max-width:768px){
.vc-four-columns-icon-label__item{width:calc(50% - 25px);padding-top:15px;padding-bottom:15px;}
}
@media screen and (max-width:576px){
.vc-four-columns-icon-label__item{width:100%;padding-top:15px;padding-bottom:15px;}
}
.vc-four-columns-icon-label__icon{margin-bottom:17px;display:flex;align-items:center;}
.vc-four-columns-icon-label__label {
text-align: center;
font-size: 16px;
font-weight: 700;
line-height: 25px;
}