agreement-mobile.css 348 B

12345678910111213141516171819202122
  1. .wrap {
  2. padding-top: 2.75rem;
  3. }
  4. .wrap .title {
  5. width: 100%;
  6. padding: 0 0.9375rem;
  7. font-size: 1.25rem;
  8. font-weight: 500;
  9. color: #222222;
  10. text-align: center;
  11. margin: 1.875rem 0;
  12. }
  13. .wrap .content {
  14. min-height: 25rem;
  15. padding: 0 0.9375rem;
  16. font-size: 0.875rem;
  17. font-weight: 400;
  18. color: #222222;
  19. margin-bottom: 3.125rem;
  20. }