.posicionamientos-container {
  padding-bottom: 50px;
}

.posicionamientos-title {
  color: #767676;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.tweet-card {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #ffffff;
}

.tweet-error {
  color: #a8123d;
  font-size: 0.9rem;
  padding: 10px;
  font-weight: bold;
}

.body {
    padding: 0;
}

.tweet-content p {
    font: 400 20px "Poppins", sans-serif !important;
    font-style: italic !important;
}

.tweet-content a {
    font: 400 20px "Poppins", sans-serif !important;
    font-style: italic !important;
    color: #a8123e;
}