Привет всем! Я в процессе обучения и не могу найти ответы(
Текст с псевдоэлементом нужно выровнять по центру внутри красной границы
<section class="seporator">
<div class="container">
<div class="seporator__content">
<h2 class="separation__title">
Подберем тур<br>по вашим пожеланиям
</h2>
</div>
</div>
</section>
.seporator {
background: url(/img/decor/Rectangle.png) center no-repeat;
min-height: 360px;
}
.seporator__content {
min-width: 1140px;
height: 360px;
}
.separation__title {
font-size: 48px;
font-weight: bold;
position: relative;
}
.separation__title::after {
content: url(/img/decor/couple.png);
position: absolute;
}