.twitter-wrapper {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.twitter-wrapper span {
  display: block;
  height: 5px;
  position: relative;
  margin-bottom: 40px;
}
.twitter-wrapper span::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 15px;
  z-index: 10;
}
.twitter-wrapper span::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--light-main-color);
}
.twitter-wrapper .twitter-wrap {
  padding: 0 30px;
}
.twitter-wrapper .img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 17px;
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
  float: left;
  -webkit-box-shadow: 0 5px 25px 0 rgba(23, 23, 21, 0.2);
  -moz-box-shadow: 0 5px 25px 0 rgba(23, 23, 21, 0.2);
  box-shadow: 0 5px 25px 0 rgba(23, 23, 21, 0.2);
}
.twitter-wrapper .name {
  color: var(--dark-color);
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 2px;
  padding-top: 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.twitter-wrapper .slug {
  font-size: 15px;
  color: var(--grey-color);
  line-height: 1.3;
  position: relative;
  left: -1px;
  font-weight: 500;
  margin-top: 10px;
}
.twitter-wrapper .description {
  color: var(--grey-color);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.67;
  clear: both;
}

/*# sourceMappingURL=twitter.css.map */
