.blog-index {
  padding-bottom: 84px !important;
}
.blog-header {
  min-height: 359px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-header h1 {
  position: relative;
  z-index: 2;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 24px;
  letter-spacing: 0.2px;
}

.blog-header-bg-mask, .blog-header-bg {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

.blog-header-bg-mask {
  border-radius: 5px;
  background-image: url("../images/blog-bg-mask.png");
}

.blog-header-bg {
  background-image: url("../images/blog-bg.png");
}
.blog-bg {
  margin-top: -200px;
  position: absolute;
}
.blog-footer {
  margin-top: 48px;
}
