12345678910111213141516171819202122 |
- .components.Periphery {
- position: relative;
- overflow: hidden;
- padding: 40px 30px;
- >.Title {
- align-items: center;
- >.flex-item {
- >text {
- display: block;
- font-size: 34px;
- color: #333;
- line-height: 1;
- letter-spacing: 4px;
- font-weight: bold;
- }
- }
- >text {
- font-size: 26px;
- color: #A1A1A1;
- }
- }
- }
|