/* Icon and Content*/
.iconAndContentModule .threeIconColumn {
    padding: 68px 68px 80px 68px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(106.26deg, rgba(124, 196, 234, 0.12) 0%, rgba(65, 157, 221, 0.2) 100%);
}
.iconAndContentModule .box-image img { width:32px; }
.iconAndContentModule .boxinner { max-width: 328px;}
@media (max-width: 1199px) { 
  .iconAndContentModule .threeIconColumn { padding:60px;}
  .iconAndContentModule .boxoutter { padding: 0 30px;}
}
@media (max-width: 991px) { 
  .iconAndContentModule .threeIconColumn { padding:50px;}
}
@media (max-width: 767px){
  .iconAndContentModule .threeIconColumn { padding:30px 36px 42px;}
  .iconAndContentModule .boxinner { max-width: 100%;}
}
/* Icon and Content * /