12345678910111213141516171819202122 |
- .wrap {
- padding-top: 2.75rem;
- }
- .wrap .title {
- width: 100%;
- padding: 0 0.9375rem;
- font-size: 1.25rem;
- font-weight: 500;
- color: #222222;
- text-align: center;
- margin: 1.875rem 0;
- }
- .wrap .content {
- min-height: 25rem;
- padding: 0 0.9375rem;
- font-size: 0.875rem;
- font-weight: 400;
- color: #222222;
- margin-bottom: 3.125rem;
- }
|