:root {
  --white: white;
  --black: black;
}

.div-block {
  background-image: url('../images/hero_background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 50px;
  display: flex;
  position: relative;
}

.image {
  width: 500px;
}

.text-block {
  text-align: center;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  height: 300px;
  transition: opacity .2s;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.div-block-2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
