

#content-image {
  background-image: url('./images/bible-image.jpg');
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center ;
  align-content: center;
  align-items: center;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

#quotation {
  background-color: #000;
  width:50%;
  margin-left: auto;
  margin-right:auto;
  padding: 20px;
  color: #fff;
  opacity: 0.7;
}


@media (max-width: 1250px) {

  #quotation {
    width:80% !important;
  }

}

