style-conocenos.css 463 B

123456789101112131415161718192021222324252627
  1. .preguntas-div {
  2. width: 100%;
  3. position: relative;
  4. align-items: center;
  5. /* background-color: #2d2d2d; */
  6. }
  7. .letra-blanca {
  8. color: white;
  9. font-weight: bold;
  10. }
  11. .conocenos-title {
  12. top: 30%;
  13. font-family: 'AlmaqW01-Refined';
  14. color: #555;
  15. font-weight: 500;
  16. font-size: 48px;
  17. margin: 0;
  18. }
  19. .conocenos-description {
  20. color: #555;
  21. font-family: 'AllRoundGothicW01-Book';
  22. font-size: 22px;
  23. text-align: justify;
  24. }