<h4></h4>
на <h2></h2>
и заголовки теперь отзываются на изменения <picture class="header__logo">
<source srcset="img/header-logo-mobile.png" media="(max-width: 576px)">
<img src="img/header-logo-mobile.png" alt="Лого">
</picture>
&::before
content: ''
top: -165px
left: 50%
margin-left: -41%
/* Выравнивание круга */
width: 390px
height: 390px
/* Фиксированная высота и ширина для круга */
border-radius: 50%
border: 1px solid #ffffff
z-index: 1
/* Ставим блок поверх другого */
display: block
position: absolute
<div class="main-img__wrap">(Тот же код)</div>