<div class="container">
<div class="container__text">
<h1>Миссия компании</h1>
<p>Наша миссия — довольные клиенты,<br> готовые нас рекомендовать!</p>
</div>
</div>
html {
background: #eef6ff;
}
.container {
padding-left: 40px;
height: 522px;
max-width: 1300px;
background: no-repeat 100% 0% #D3E4F1;
background-image:
linear-gradient(120deg, #D3E4F1 450px, transparent 451px),
url(https://i.postimg.cc/m2BcgzLS/1.jpg);
background-clip: border-box, content-box;
border-radius: 30px;
}
.container__text {
padding-top: 40px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.