.ttad {
  margin-top: 64px
}
.ttad h1 {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 44px
}
.ttad__tags {
  display: block;
  margin-top: 32px;
  padding-bottom: 28px
}
.ttad__tag {
  display: inline-block;
  background: #26282b;
  padding: 8px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .01em;
  margin: 0 8px 12px 0
}
.ttad__author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  font-size: 18px;
  line-height: 28px;
  border-top: 1px solid #e8ebed;
  color: #26282b
}
@media (max-width:575.98px) {
  .ttad__author-wrap {
    font-size: 16px;
    display: block
  }
}
.ttad__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.ttad__author__image {
  width: 52px;
  height: 52px;
  overflow: hidden;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  margin-right: 12px
}
.ttad__author__name {
  margin-right: 12px
}
.ttad__author__name span a {
  font-weight: 700;
  color: black;
  cursor: pointer;
}
.ttad__author__desc {
  line-height: 30px;
  padding-left: 12px;
  border-left: 2px solid #26282b
}
@media (max-width:575.98px) {
  .ttad__date {
    margin-top: 20px
  }
}
/*# sourceMappingURL=maps/title-tag-author-date.css.map */
/* component top spcaing reduce*/
@media (max-width:768px) {
.ttad {
  margin-top: 20px
}
}