1.lpc-quotes-1__wrap {
2 border-radius: 16px;
3}
4
5.lpc-quotes-1__wrap._lines {
6 border-radius: 0;
7}
8
9.lpc-quotes-1__row._left {
10 justify-content: flex-start;
11}
12
13.lpc-quotes-1__row._center {
14 justify-content: center;
15}
16
17.lpc-quotes-1__row._right {
18 justify-content: flex-end;
19}
20
21.lpc-quotes-1__border {
22 width: 100%;
23 height: 1px;
24 position: relative;
25 background: var(--text-color-a-02);
26}
27
28.lpc-quotes-1__border:before {
29 content: '';
30 position: absolute;
31 left: 0;
32 right: 0;
33 height: 5px;
34 background: transparent;
35}
36
37.lpc-quotes-1__content {
38 display: flex;
39 flex-direction: column;
40 align-items: center;
...
</html>