
.cover-image {
  min-height: 600px;
  color: white;
  background-image:
  linear-gradient(to bottom, rgba(11, 11, 11, 0.52), rgba(8, 8, 8, 0.73)),
  url('img/3.jpg');

    background-size: cover;
}
