.div2 {
  background-image: url('../images/caras-web-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 724px;
  height: 140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #000;
  width: 190px;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: lft-etica, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.text-span {
  background-color: #fff;
  line-height: 20px;
}

.reportaje {
  color: #fff;
  background-color: #000;
  font-family: lft-etica, sans-serif;
  font-style: italic;
}

.div-block {
  height: 100vh;
  display: none;
}

@media screen and (max-width: 991px) {
  .div2 {
    background-attachment: scroll;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .div2 {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    display: none;
  }
}


