* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px; }

.informacion {
  background: #fff;
  padding: 20px 0;
  color: #0054B1;
  justify-content: center;
  text-align: center; }
  .informacion h3 {
    font-size: 32px; }
  .informacion p {
    font-size: 24px;
    font-weight: 300; }
