  .background-img-text {
    background-size: cover;
    background-repeat: no-repeat;
		display:flex;
		align-items:center;
		border-radius:10px;
		padding:70px;
}

.background-img-text .text h1 {
color: var(--White, #FFF);
margin-bottom:0;
/* BE2.0/Header 1 */
font-family: ShellHeavy;
font-size: 42px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 50.4px */
letter-spacing: -1.05px;
}

@media (max-width:767px) {
	
	.background-img-text .text h1 {
letter-spacing:-0.5px;
	}
	
	  .background-img-text .text {
		max-width:280px!important;	
	}
  .background-img-text { 
	padding:30px;
		min-height:auto!important;
	}