.masthead.blog {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../Images/blog-detail-masthead.jpg);
  position: relative;
  padding: 50px 0;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .masthead.blog {
    padding: 100px 15px 55px;
    width: 100%;
    height: 335px;
  }
}
.masthead.blog > .container {
  height: 100%;
}
.masthead.blog .blog-detail__masthead {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.masthead.blog .blog-detail__masthead h1 {
  text-align: center;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .masthead.blog .blog-detail__masthead h1 {
    font-size: 3rem;
    width: 70%;
    margin: 0 auto;
  }
}
