<nav>
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</nav>
.container {
display: flex;
flex-direction: column;
}
.main {
order: 1;
}
<div class="text-block">
<div class="title">
<div class="name">Тут прикольный заголовок который надо сместить вниз или нету eshkersad sadsad sadasd asdsadsad sadsadsad sadsad asdsad asdsadsad</div>
</div>
<div class="price">Тут уже совсем другой блок</div>
</div>
* {
box-sizing: border-box;
}
.text-block {
max-width: 300px;
}
.name {
margin-bottom: 8px;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.25em;
text-transform: uppercase;
color: #515151;
}
.name::after {
content: "";
display: inline-block;
float: right;
width: 50px;
height: 20px;
margin: 5px 0 0 5px;
background: red;
cursor: pointer;
}
.price {
font-size: 16px;
font-weight: 500;
color: #515151;
}
.card {
justify-content: flex-start;
}
.card__item:nth-child(3n-1) {
margin: 60px 10.589% 0 10.5%;
}
(li.celebrate-content-list__item>a[href="#"])*6