/*Twitter Social*/
.tweet-text {
  border-color: #eee #ddd #bbb;
  border-style: solid; border-width: 1px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

.tweet-text p {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 20px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: 'MiloWeb', sans-serif !important;

}

.tweet-text a {
  color: #2b7bb9 !important;
  text-decoration: underline;
  font-size: 1.8rem !important;

}

.tweet-text a:hover,
 {
  text-decoration: underline;
}

#tweet_container {

  width: 100%;

}

@media only screen and (min-width: 601px) {
  .tweet-wrapper {

    width: 33.3%;
    float: left;

  }
}


@media only screen and (max-width: 600px) {
  .tweet-wrapper {

    width: 100%;
    float: left;

  }
}

/*Twitter Social*/