media.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. @media(max-width: 1200px){
  2. main{
  3. .section--container{
  4. padding-left: 20px!important;
  5. padding-right: 20px!important;
  6. .title--wrap{
  7. &.big{
  8. >h2{
  9. font-size: 36px;
  10. }
  11. }
  12. >h2{
  13. font-size: 30px;
  14. }
  15. }
  16. .growth--logic--wrap{
  17. gap: 20px;
  18. .title--box{
  19. width: calc((100% - 120px) / 3 + 80px);
  20. h2{
  21. font-size: 36px;
  22. }
  23. }
  24. .logic--box{
  25. padding: 40px 35px 40px;
  26. &.special{
  27. width: calc((100% - 120px) / 3 + 80px);
  28. }
  29. }
  30. }
  31. .best--service--wrap{
  32. gap: 20px;
  33. .service--box{
  34. width: calc((100% - 40px) / 3);
  35. padding: 20px 25px 40px;
  36. h3{
  37. font-size: 18px;
  38. margin-top: 30px;
  39. margin-bottom: 20px;
  40. }
  41. }
  42. }
  43. .now--box--wrap{
  44. .box--top{
  45. .box{
  46. >p{
  47. font-size: 16px;
  48. }
  49. }
  50. }
  51. .box--bot{
  52. gap: 20px;
  53. }
  54. }
  55. }
  56. }
  57. }
  58. @media(max-width: 768px){
  59. .mb--80{
  60. margin-bottom: 40px!important;
  61. }
  62. br{
  63. &.web{
  64. display: none;
  65. }
  66. }
  67. main{
  68. .section--container{
  69. &.p--120{
  70. padding: 60px 0;
  71. }
  72. &.p--100{
  73. padding: 60px 0;
  74. }
  75. .title--wrap{
  76. &.big{
  77. >h2{
  78. font-size: 30px;
  79. margin-bottom: 30px;
  80. }
  81. >p{
  82. font-size: 15px;
  83. }
  84. }
  85. }
  86. .best--service--wrap{
  87. flex-direction: column;
  88. .service--box{
  89. width: 100%;
  90. h3{
  91. br{
  92. display: none;
  93. }
  94. }
  95. }
  96. }
  97. .now--box--wrap{
  98. .box--bot{
  99. flex-direction: column;
  100. .box{
  101. width: 100%;
  102. }
  103. }
  104. }
  105. }
  106. .faq--wrapper{
  107. .inner--contents{
  108. .faq--list--wrap{
  109. ul{
  110. li{
  111. .faq--item--title{
  112. >p{
  113. font-size: 15px;
  114. }
  115. }
  116. .faq--item--content{
  117. >p{
  118. font-size: 15px;
  119. }
  120. }
  121. }
  122. }
  123. }
  124. }
  125. }
  126. }
  127. }
  128. @media(max-width: 500px){
  129. main{
  130. .section--container{
  131. .now--box--wrap{
  132. .box--top{
  133. flex-wrap: wrap;
  134. gap: 20px;
  135. margin-bottom: 50px;
  136. .box{
  137. width: 100%;
  138. flex-direction: row;
  139. gap: 20px;
  140. .box--img{
  141. width: 80px;
  142. min-width: 80px;
  143. img{
  144. width: 100%;
  145. }
  146. }
  147. >p{
  148. width: calc(100% - 120px);
  149. text-align: left;
  150. }
  151. }
  152. }
  153. }
  154. }
  155. }
  156. }