.postagem {
  margin-top: 50px;
  font-family: 'work sans';
}

.postagem .foto {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.postagem .title {
  font-family: 'montserrat';
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.postagem .datahora {
  display: flex;
  justify-content: space-between;
  font-size: .9rem;
  font-weight: 500;
  color: #008080;
}

.postagem .conteudo {
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
}

.postagem .share-label {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.8rem;
  margin-top: 30px;
}

.postagem .share-content {
  text-align: center;
  font-size: 1.25rem;
}

.postagem .social-share {
  color: #008080;
  text-decoration: none;
  font-weight: 700;
  width: 50px;
  background: none;
  margin: 0 5px;
}

.page-numbers {
  background-color: #ffffff;
  font-size: 15px;
  color: #008080;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: solid 2px #008080;
  margin: 0 2px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.page-numbers:first-child {
  border-radius: 5px 0 0 5px;
}

.page-numbers:last-child {
  border-radius: 0 5px 5px 0;
}