| 1 |
.paragraph-modern { |
| 2 |
margin-bottom: 24px !important; |
| 3 |
max-width: 800px; |
| 4 |
} |
| 5 |
|
| 6 |
.paragraph-accent { |
| 7 |
margin-bottom: 20px !important; |
| 8 |
max-width: 700px; |
| 9 |
padding: 20px; |
| 10 |
background-color: #f8f9fa; |
| 11 |
border-radius: 8px; |
| 12 |
} |
| 13 |
|
| 14 |
.paragraph-feature { |
| 15 |
margin-bottom: 20px !important; |
| 16 |
max-width: 600px; |
| 17 |
} |
| 18 |
|
| 19 |
.paragraph-feature br { |
| 20 |
display: block; |
| 21 |
content: ""; |
| 22 |
margin-top: 8px; |
| 23 |
} |
| 24 |
|
| 25 |
@media (max-width: 768px) { |
| 26 |
.paragraph-modern { |
| 27 |
font-size: 16px !important; |
| 28 |
} |
| 29 |
|
| 30 |
.paragraph-accent { |
| 31 |
font-size: 15px !important; |
| 32 |
padding: 15px; |
| 33 |
} |
| 34 |
|
| 35 |
.paragraph-feature { |
| 36 |
font-size: 15px !important; |
| 37 |
} |
| 38 |
} |