.page-title {
  background-image: url(../img/news.jpg);
}

.content {
  display: flex;
  margin-bottom: 64px;
}

.post-container {
  flex: 1;
}

aside {
  width: 336px;
  margin-left: 80px;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 48px;
  margin-bottom: 16px;
}

.calendar {
  position: relative;
  color: #388e3c;
  margin-right: 8px;
}

.calendar i {
  font-size: 32px;
  vertical-align: top;
}

.calendar span {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 14px;
}

.meta {
  display: flex;
  align-items: center;
}

.twitter-share-button {
  margin: 0 8px 0 auto;
}

.content a {
  color: #388e3c;
  text-decoration: none;
  font-weight: 400;
}

.content a:hover {
  text-decoration: underline;
}

.post-container p {
  line-height: 2;
}

.post-container img {
  max-width: 100%;
}

.post-footer {
  display: flex;
  justify-content: space-between;
  margin: 32px 0;
}

aside ul {
  list-style: none;
  padding: 0;
}

aside li {
  margin-top: 16px;
}

aside section {
  margin-top: 48px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 48px;
  margin-bottom: 32px;
}

.staff {
  display: flex;
  align-items: center;
}

.staff img {
  width: 106px;
  border-radius: 106px;
  margin-right: 16px;
}

.staff-introduction {
  color: rgba(0, 0, 0, 0.60);
  margin: 8px 0 0 0;
}

/* Small devices */

@media (max-width: 767.98px) {
  .content {
    display: block;
  }

  aside {
    width: auto;
    margin-left: 0;
  }

  h2 {
    font-size: 28px;
    margin-top: 24px;
  }
} 
