.block-1-hero h1{
    font-size: 5rem;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-left: 5rem;
    padding-right: 3rem;
    color: var(--white);
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    line-height: 1.1;
}

.block-1-hero .textWrap{
	padding: 4.5rem 5.5rem 3rem 6.5rem;
}


.block-1-hero .textWrap > *{
	color: var(--white);
}

.block-1-hero .heroSliderWrap{
	position: relative;
}

.block-1-hero .slideWrap{
	height: 475px;
	background-size: cover;
}

.block-1-hero .textWrap .arrowLink{
	color: var(--white);
}

.block-1-hero .textWrap .arrowLink:before{
	background-image: url(../../assets/images/arrow-white.svg);
}

@media(min-width: 768px){
	.block-1-hero .heroSliderInnerWrap{
		width: 130%;
	}	

	.block-1-hero .orangeBack{
		-ms-flex-item-align: end;
		    align-self: flex-end;
		margin-bottom: 2rem;
	}
}

@media(max-width: 767px){
	.block-1-hero .sliderCol{
		padding: 0;
	}	
}