.hero #post-content {
  margin-top: 160px; }
  @media (max-width: 991px) {
    .hero #post-content {
      margin-top: 60px; } }
.hero .sticky-top {
  margin-top: 160px;
  top: 160px; }
.hero img {
  margin-top: 34px; }
  @media (max-width: 576px) {
    .hero img {
      display: none; } }
  .hero img.mobile {
    display: none; }
    @media (max-width: 576px) {
      .hero img.mobile {
        display: block; } }

#articles h2 {
  margin-top: 0; }
#articles .wrapper {
  display: inline-flex;
  box-shadow: 0px 10px 32px -4px rgba(19, 25, 39, 0.1);
  box-shadow: 0px 6px 14px -6px rgba(19, 25, 39, 0.12);
  background: #fff;
  border-radius: 8px;
  overflow: hidden; }
  #articles .wrapper .img {
    background-size: cover !important;
    min-width: 120px;
    margin-right: 16px; }
  #articles .wrapper h5 {
    padding-top: 16px;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px; }
  #articles .wrapper .text {
    padding-bottom: 16px;
    padding-right: 16px;
    font-size: 14px;
    color: #6d717f; }

/*# sourceMappingURL=index.css.map */
