.component-large-image-text .text-wrapper{padding:18px 27px 36px 18px;	}

.component-large-image-text .text-wrapper .subtitle{color:var(--hh-primary);}
.component-large-image-text .text-wrapper .title{margin-bottom:9px;}
.component-large-image-text .text-wrapper .text{margin-bottom:18px;}


.component-large-image-text  .background-media-text__subtext p{line-height:1.6;}

@media only screen and (min-width: 769px) {
	.component-large-image-text {
		align-items:end;
		background-size:cover;
		background-repeat:no-repeat;
		display:flex;
		height:500px;}
	.component-large-image-text .text-wrapper{
		background-color:var(--hh-white);
		    margin-left: 60px;
		padding:45px;	
		width:45%;}
	
}

