.blog-layout .blog__title,
.blog-layout h1.blog__title {
  font-size: 2rem;
  font-weight: 800;
  color: #222;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 32px;
}

.blog-layout .blog__title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #FF6B00;
  border-radius: 2px;
  margin-top: 10px;
}