.ctm_hero{width:100%;height:100%;min-height:500px;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:gray}.ctm_hero:after{content:"";position:absolute;height:100%;width:100%;left:0;top:0;background:rgba(0,0,0,0.2)}.ctm_hero_content{width:100%;position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:32px auto}.ctm_hero_title{color:white;font-size:42px;line-height:48px;text-transform:none;font-weight:600;margin:0}.ctm_hero_subtitle{color:white;font-size:28px;line-height:40px;text-transform:none;font-weight:500;margin:0}