.twitter_conversation {
  background-color: #243508;
  padding: 15rem 0;
  margin-bottom: -2px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .twitter_conversation {
    padding: 7rem 0 5.25rem 0;
  }
}
.twitter_conversation .component_heading {
  padding-bottom: 7.5rem;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .twitter_conversation .component_heading {
    padding-bottom: 4rem;
  }
}
.twitter_conversation .component_heading h2 {
  font-weight: 500;
  font-size: 3.375rem;
  line-height: 4.625rem;
  font-family: "roobert_medium";
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .twitter_conversation .component_heading h2 {
    font-size: 3.75rem;
    font-family: "roobert_regular";
  }
}
.twitter_conversation .card {
  background-color: #fff;
  width: fit-content;
  border-radius: 1.25rem;
  margin-right: 15px;
  min-height: 308.37px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .twitter_conversation .card {
    margin-bottom: 1.875rem;
    margin-right: 20px;
    min-height: 292.49px;
  }
}
.twitter_conversation .card:last-child {
  margin-right: 0;
}
.twitter_conversation .twitter_slider {
  display: flex;
}
.twitter_conversation .card-body {
  padding: 2.25rem 2.375rem 2.75rem 2.375rem;
  text-decoration: none;
  color: #243508;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .twitter_conversation .card-body {
    padding: 2.25rem 2.375rem 2.25rem 2.375rem;
  }
}
.twitter_conversation .slick-track {
  height: 100%;
}
.twitter_conversation .card_header {
  display: flex;
  flex-direction: row;
}
.twitter_conversation .acc_name {
  margin-left: 0.75rem;
  padding-top: 0.635rem;
}
.twitter_conversation .acc_name h2 {
  font-weight: 800;
  font-size: 1.625rem;
  margin: 0;
}
.twitter_conversation .acc_name span {
  color: #cccccc;
  font-size: 1.25rem;
}
.twitter_conversation .twitter_icon {
  margin-left: auto;
}
.twitter_conversation .profile_picture img {
  height: 4.304rem;
  width: 4.304rem;
  border-radius: 50%;
}
.twitter_conversation .twitter_icon img {
  height: 3.585rem;
  width: 4.411rem;
  border-radius: 50%;
}
.twitter_conversation .twitter_txt {
  margin-top: 2.875rem;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .twitter_conversation .twitter_txt {
    margin-top: 3.25rem;
  }
}
.twitter_conversation .twitter_txt p {
  margin: 0;
  font-size: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  font-family: "roobert_regular";
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .twitter_conversation .twitter_txt p {
    font-size: 2.25rem;
  }
}
.twitter_conversation .twitter_txt span {
  font-size: 2.5rem;
  color: #999999;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .twitter_conversation .twitter_txt span {
    font-size: 2.25rem;
  }
}
.twitter_conversation .tweet_date {
  margin-top: 3.375rem;
}
.twitter_conversation .tweet_date h3 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #bfbfbf;
}
.twitter_conversation .card_footer {
  margin-top: 2.75rem;
}
.twitter_conversation .card_footer ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
}
.twitter_conversation .card_footer ul li {
  float: left;
  padding-right: 7.5rem;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .twitter_conversation .card_footer ul li {
    padding-right: 7.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .twitter_conversation .card_footer ul li {
    padding-right: 5rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .twitter_conversation .col-12 {
    padding-right: 0;
  }
}
.twitter_conversation .slick-slide .card_footer img {
  height: 12px;
  width: auto;
}