/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.CMG-solutions-hero {
  background-color: #000000;
    background-image: 
      url('https://211692.fs1.hubspotusercontent-na1.net/hubfs/211692/Images%20V-2023/Hero-bleed.png'),
      url('https://211692.fs1.hubspotusercontent-na1.net/hubfs/211692/Images%20V-2023/managed-NOC-hero-2.jpg'); 
  background-position:  top center, right bottom;
  background-size: cover, auto;
  background-repeat:  no-repeat, no-repeat;
  
   text-align: center;
  padding:104px 0;
  min-height: 275px!important;
    }
/*
 * .CMG-solutions-hero {
  background-color: #000000;
    background-image: url('https://211692.fs1.hubspotusercontent-na1.net/hubfs/211692/Images%20V-2023/Linear-gradient.png'),
      url('https://211692.fs1.hubspotusercontent-na1.net/hubfs/211692/Images%20V-2023/Hero-bleed.png'),
      url('https://211692.fs1.hubspotusercontent-na1.net/hubfs/211692/Images%20V-2023/Managed-NOC-hero.jpg'); 
  background-position: left bottom, top center, right bottom;
  background-size: auto, cover, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  
   text-align: center;
  padding:104px 0;
  min-height: 275px!important;
    }
/