index.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. h1,
  2. h2,
  3. h3,
  4. h4,
  5. h5,
  6. p {
  7. margin: 0;
  8. padding: 0;
  9. }
  10. .contact_us {
  11. width: 100%;
  12. }
  13. .font40 {
  14. font-size: 2.08vw;
  15. }
  16. .font24 {
  17. font-size: 1.25vw;
  18. }
  19. .contact_us .blueColor {
  20. color: #018cff;
  21. }
  22. .contact_us .grayColor {
  23. color: #818391;
  24. }
  25. .contact_us .header {
  26. width: 100%;
  27. height: 29.69vw;
  28. background: url('../../images/contact_us/contact_us_bg.png') no-repeat;
  29. background-size: 100% 100%;
  30. }
  31. .contact_us .main {
  32. padding-top: 7.5vw;
  33. padding-bottom: 6.97vw;
  34. background-color: #fff;
  35. }
  36. .contact_us .gray {
  37. background-color: #fcfcfc;
  38. }
  39. .contact_us .contact-info {
  40. padding-left: 19.58vw;
  41. padding-right: 17.92vw;
  42. }
  43. .contact_us .contact-info h1 {
  44. font-family: Gilroy, Gilroy-Bold;
  45. font-weight: 700;
  46. letter-spacing: -0.4px;
  47. font-size: 2.08vw;
  48. color: #018cff;
  49. margin-top: 5.21vw;
  50. padding-top: 2.08vw;
  51. }
  52. .contact_us .contact-info p,
  53. .contact_us .contact-info a {
  54. color: #818391;
  55. font-size: 1.25vw;
  56. font-family: Gilroy, Gilroy-Regular;
  57. font-weight: 400;
  58. line-height: 2.5vw;
  59. }
  60. .contact_us .contact-info a {
  61. text-decoration: underline;
  62. cursor: pointer;
  63. }