#sns_main {
  margin-bottom: 100px;
}
#sns_main .columns-wrapper {
  padding-top: 50px;
  padding-left: 50px;
}
#sns_main .columns-wrapper .author-column {
  display: flex;
  align-items: center;
}
#sns_main .columns-wrapper .author-column .author-image {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  min-width: 200px;
  object-fit: cover;
}
#sns_main .columns-wrapper .author-column .author-bio-wrapper {
  margin-left: 47px;
}
#sns_main .columns-wrapper .author-column .author-bio-wrapper h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 0;
}
#sns_main .columns-wrapper .author-column .author-bio-wrapper .author-favorite-technology {
  color: #353535;
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px; /* 150% */
  letter-spacing: 1.65px;
  text-transform: uppercase;
}
#sns_main .columns-wrapper .author-column .author-bio-wrapper .author-bio {
  font-size: 15px;
  font-weight: 400;
  line-height: 26.25px;
  color: #353535;
  border-top: 1px solid #f5802a;
  padding-top: 15px;
}
@media (max-width: 768px) {
  #sns_main .columns-wrapper {
    padding-left: 20px;
  }
  #sns_main .columns-wrapper .author-column {
    flex-direction: column;
  }
  #sns_main .columns-wrapper .author-column .author-bio-wrapper {
    margin-left: 0;
  }
  #sns_main .columns-wrapper .author-column .author-bio-wrapper h1 {
    text-align: center;
  }
  #sns_main .columns-wrapper .author-column .author-bio-wrapper .author-favorite-technology {
    text-align: center;
  }
  #sns_main .columns-wrapper .author-column .author-bio-wrapper .author-bio {
    text-align: center;
  }
}

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