/* adjusting column sizes in footer */
/* For desktop */
@media (min-width: 992px) {
    .vc_col-sm-3 {
        width: 25%;
    }
    #block-24 .wp-block-button {
        margin-left: 75px;  
	}
}

/* For phones */
@media (max-width: 768px) {
    .vc_col-sm-3 {
        width: 120%!important;
			  margin-left: -25px!important;
    }
	  #block-24 .wp-block-button {
        margin-left: 75px;  
	}
		
}
