| 1 |
.paragraph-large { |
| 2 |
margin-bottom: 30px !important; |
| 3 |
max-width: 900px; |
| 4 |
text-align: center; |
| 5 |
} |
| 6 |
|
| 7 |
.paragraph-box { |
| 8 |
margin-bottom: 25px !important; |
| 9 |
max-width: 800px; |
| 10 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); |
| 11 |
transition: transform 0.3s ease; |
| 12 |
} |
| 13 |
|
| 14 |
.paragraph-box:hover { |
| 15 |
transform: translateY(-2px); |
| 16 |
} |
| 17 |
|
| 18 |
.paragraph-steps { |
| 19 |
margin-bottom: 25px !important; |
| 20 |
max-width: 500px; |
| 21 |
padding-left: 20px; |
| 22 |
} |
| 23 |
|
| 24 |
.paragraph-steps br { |
| 25 |
display: block; |
| 26 |
content: ""; |
| 27 |
margin-top: 12px; |
| 28 |
} |
| 29 |
|
| 30 |
@media (max-width: 768px) { |
| 31 |
.paragraph-large { |
| 32 |
font-size: 18px !important; |
| 33 |
padding: 0 20px; |
| 34 |
} |
| 35 |
|
| 36 |
.paragraph-box { |
| 37 |
font-size: 15px !important; |
| 38 |
padding: 20px !important; |
| 39 |
} |
| 40 |
|
| 41 |
.paragraph-steps { |
| 42 |
font-size: 16px !important; |
| 43 |
padding-left: 15px; |
| 44 |
} |
| 45 |
} |