/* Add here all your css styles (customizations) */
/* For some reason in news feed the cbp items were stretching outside div margins. This fixes that issue */
.cbp-item-fix {
  width: 100% !important;
  }
  
/*Custom padding for solutions boxes*/
.sol-box-p {
    padding-left:15%; 
    padding-right:15%; 
    padding-top:10%; 
    padding-bottom:10%;
}