.t-news {
position: relative;
&::before {
@include mq(1000) {
@include ornament-hex-filled();
content: '';
display: block;
left: auto;
right: 0;
top: 35vmax;
transform: translateX(50%);
margin-right: calc(50% - 50vw);
}
@include mq(m) {
top: 340px;
}
@include mq(l) {
top: 374px;
}
@include mq($bp-max) {
top: 346px;
}
}
}