2023-02-02 00:25:14 +00:00
|
|
|
.container {
|
|
|
|
justify-content: center;
|
|
|
|
padding: 16px 0;
|
2023-02-03 21:05:00 +00:00
|
|
|
|
2023-02-02 00:25:14 +00:00
|
|
|
.heading {
|
|
|
|
font-size: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heading::before {
|
|
|
|
content: 'Você também pode gostar:';
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 38px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
}
|