<div class="hero">
<h1><span>Путь к совершенству</span><br><strong>начинается в ELA</strong></h1>
</div>
.hero {
background: url('67fe5b01414da962750250.jpeg') center/cover no-repeat;
-webkit-background-clip: text;
color: transparent;
font-size: 60px;
text-align: center;
padding: 50px;
font-family: sans-serif;
line-height: 1.2;
}
.hero h1 {
display: inline-block;
background: inherit;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}