.Single-novidade {
  .Container {
    background: #fff;
    padding: 48px 96px;
  }

  .Date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #4e4d59;

    i {
      width: 16px;
      height: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  .Title {
    padding-bottom: 40px;
  }

  .image {
    padding-bottom: 32px;
    img {
      display: block;
      width: 100%;
    }
  }

  @media (max-width: $lg) {
    .Container {
      padding: 24px;
    }
  }
}
