.blog-bg {
  background: url("../img/lap/1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 0px;
  box-shadow: inset 0 0 0 2000px #1c1c1c7a;
}
@media only screen and (max-width: 768px) {
  .blog-bg {
    background-position: center;
  }
}
/* margin from Top */
.marginTopBox {
  padding-top: 90px;
}
.blogHeading {
  text-align: center;
  color: #fff;
  /* font-size: 35px; */
  padding-top: 25px;
  font-family: "MainHeadingAllExceptHome";
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.blogContainer {
    height: 80vh;
    color: #fff;
    text-align: center;

}
