Имеются вот такие элементы,реализованы через , как-нибудь можно изменять их положение в зависимости от ширины экрана
.price-background__component__1{
transform: translate(280%, 130%) rotate(25deg);
font-size: 48.8px;
}
.price-background__component__3{
transform: translate(500%, 580%) rotate(25deg);
font-size: 48.8px;
}
.price-background__component__2{
transform: translate(2810%, 150%) rotate(-25deg);
font-size: 40.8px;
}
.price-background__component__4{
transform: translate(1650%, 670%) rotate(25deg);
font-size: 33px;
}
.price-background__component__5{
transform: translate(3530%, 580%) rotate(-26deg);
font-size: 48px;
}
выглядит это вот так: