.post-container {
  margin-bottom: 70px; }
  .post-container .page-title {
    margin-top: 80px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap; }
    .post-container .page-title .title {
      font-size: 35px;
      font-weight: 500;
      color: #404040;
      margin-right: 25px;
      line-height: 35px;
      margin-bottom: 10px; }
    .post-container .page-title .back-button {
      font-size: 14px;
      font-weight: 500;
      color: #404040;
      margin-bottom: 10px; }
  .post-container .line {
    background-color: #81b849;
    height: 10px;
    width: 32px;
    margin-bottom: 20px; }
  .post-container .newest .img img {
    width: 100%;
    margin-bottom: 10px; }
    .post-container .newest .title {
      color: #404040;
      font-weight: 500;
      font-size: 17px;
      margin-bottom: 20px; }
    @media only screen and (max-width: 991px) {
  .post-container .newest {
    display: none; } }
