.blog {
  padding: 120px 0 100px;
}

.blog .wrapper {
  width: 100%;
  max-width: 1000px;
  height: 500px;
  margin: 0 auto 50px;
}

.blog-header {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 55px;
}

.blog-header .title {
  margin-bottom: 20px;
}

.blog-content {
  margin-bottom: 35px;
}

.blog-content .subtitle {
  margin-bottom: 13px;
}

blockquote.quote {
  font-size: 1.2rem;
  font-style: italic;
  color: #7f8c8d;
  border-left: 4px solid var(--primary-color);
  margin: 0;
  margin-bottom: 35px;
  padding-left: 5px;
}
