.main-post-header {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
  margin: 30px 0;
}
.main-post .author-name {
  font-size: 18px;
  font-weight: 500;
}
.main-post-title {
  flex-basis: 70%;
}
.main-post-body p {
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  color: #7786AA;
  margin-bottom: 1.5rem;
}

.main-post-meta {
  margin-bottom: 30px;
  color: #7786AA;
  font-weight: 300;
  font-size: 16px;
}
.main-post-meta .tag {
  color: #7786AA;
  font-weight: 500;
}
.main-post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 130px;
  width: 180px;
  padding: 10px;
  color: #fff;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.main-post-image img {
  width: 26px;
  margin-bottom: 10px;
}
a.continue {
  font-weight: 500;
}

@media (max-width: 600px) {
  
  .main-post {
    margin-bottom: 30px;
  }
.main-post-header {
  flex-flow: column wrap;
  }
.main-post-title {
  flex-basis: 100%;
  margin: 20px 0 0;
}