.noticiero {
  width: 95%;
  margin: auto 2.5%;
  padding-top: 1em; }
  @media (min-width: 1200px) {
    .noticiero {
      width: 80%;
      margin: auto 10%;
      padding-top: 2em; } }
  .noticiero__container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 1200px) {
      .noticiero__container {
        justify-content: space-between; } }
  .noticiero__numero {
    width: auto;
    font-size: 4em;
    font-weight: 700;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1200px) {
      .noticiero__numero {
        width: 45%;
        font-size: 8em; } }
  .noticiero__props {
    width: 100%; }
    @media (min-width: 1200px) {
      .noticiero__props {
        width: 45%; } }
    .noticiero__props div {
      margin: .5em auto; }
