
#boxcolumns li:nth-child(1) i {
  background-color:#008DC6;
}
#boxcolumns li:nth-child(2) i {
  background-color:#DE4203;
}
#boxcolumns li:nth-child(3) i {
  background-color:#FBBE00;
}
#boxcolumns li:nth-child(4) i {
  background-color:#34B2BF;
}

  #boxcolumns ul.fourcol li {
width: 23%;
margin-bottom: 2%;
background-color: #fff;
}

.fourcol {
  flex-wrap:wrap;
}

#boxcolumns .cta_button {
  min-width:auto;
}

#boxcolumns .container {
  padding:0;
  margin:0 auto;
    max-width:1550px;