.tweets-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tweets-container .tweet {
  width: 302px;
  box-shadow: 8px 16px 32px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.tweets-container .tweet .twitter-tweet {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .tweets-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tweets-container .tweet:not(:first-child) {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=tweets.css.map */
