 
  #Hero{
	  display:flex;
  }
  #Hero .shoutout{/*border:1px solid red;*/
   flex-basis: content;
margin-top:0!important;
height:auto!important;
align-items:flex-start;
justify-content:flex-end;
 flex-direction: column;
 margin-bottom:10px;
 padding-left:10px;
  }
  #Hero .shoutout h1{/*border:1px solid blue;*/
	flex-grow:0;
	padding-bottom:0;
	/* font-size: clamp(1.875rem, 8.889vw + 0.208rem, 6.875rem);*/
	 line-height:0.8em!important;text-align:bottom!important;
	 padding:0;
	 margin:0;
	/*line-height:0.9cap;*/
	}
#Hero .shoutout h2{
	align-self:flex-end;
	flex-grow:0;
	font-size: clamp(1.125rem, 0.6804rem + 1.4228vw, 1.5625rem)!important;
	margin-bottom:0;
	padding-left:0.23rem;
		
	}
#Hero .shoutout h2{/*border:1px solid green;*/
	    line-height:1em!important;
	}
#Hero .shoutout h2:first-of-type {/*border:1px solid pink;*/
	align-self:flex-start;
	 line-height:1em; 
	padding-bottom:5px;
	}
/******************************************** MEDIA QUERIES **/
@media (min-width: 768px) {
 #Hero .shoutout h2{
	 padding-left:0.3rem;

  }
}
@media (min-width: 992px) {
 #Hero .shoutout h2{
	 padding-left:0.5rem;	
} 
#Hero .shoutout{
	 padding-left:0.5rem;	
	  padding-left:30px;
} 

} 