


.main_pop {width:30%; max-width:215px; height:55px; background: #2d87d3; color:#fff !important; display:inline-flex; align-items: center; justify-content: center;}
.main_pop:not(:last-child) {margin-right:4%;}
.main_pop i {padding-left:2%;}

@media (max-width:1080px){
    .main_pop {width:100%; max-width:100%;}
    .main_pop:not(:last-child) {margin-right:0; margin-bottom: 2%;}
}