| 123456789101112131415161718192021222324252627 |
- .preguntas-div {
- width: 100%;
- position: relative;
- align-items: center;
- /* background-color: #2d2d2d; */
- }
- .letra-blanca {
- color: white;
- font-weight: bold;
- }
- .conocenos-title {
- top: 30%;
- font-family: 'AlmaqW01-Refined';
- color: #555;
- font-weight: 500;
- font-size: 48px;
- margin: 0;
- }
- .conocenos-description {
- color: #555;
- font-family: 'AllRoundGothicW01-Book';
- font-size: 22px;
- text-align: justify;
- }
|