#box-2 {
  height: 50vh;
  width: 100%;
  background-image: url(../../assets/img/banner-bg-islamic.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h1 {
  /*font-family: arial black;*/
  /*font-size: 50px;*/
  /*color: #ffffff;*/
  /*margin: 20px;*/
  /*text-align: center;*/
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}

