/* codeDESIGN - custom_code_javascript.css */@charset "utf-8";/* CUSTOM CODE JAVASCRIPT */.custom_code_javascript [class^="col-"],.custom_code_javascript [class*=" col-"] {	padding-left: 0px;	padding-right: 0px;}.custom_code_bullets {	margin-bottom: 80px;}.custom_code_bullet {	display: inline-block;	width: 16%;	filter: grayscale(100%) contrast(0.33) brightness(1.5);	-webkit-transition: all 0.6s;	-moz-transition: all 0.6s;	-ms-transition: all 0.6s;	-o-transition: all 0.6s;	transition: all 0.6s;}@media (max-width: 991px) {	.custom_code_bullet {		width: 18.5%;	}}.custom_code_bullet:hover {	filter: none;}