.body {
  display: flex;
}

.bg-piatra {
  width: 50vw;
  height: 100vh;
  background-image: url('../images/piatra-baguette_alba.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.text-baguette {
  width: 50vw;
  height: 100vh;
  flex: 0 auto;
  align-self: flex-end;
}

.div-block {
  width: 90%;
  height: 100%;
  background-image: url('../images/simbol_B_linie-29.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  width: 90%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.paragraph {
  text-align: center;
}

.button {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(319deg, #b67e43, #ffc954);
  border-radius: 20px;
  margin-right: 9px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .bg-piatra {
    background-position: 50% 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    display: block;
  }

  .bg-piatra {
    width: 100vw;
    background-position: 50%;
  }

  .text-baguette {
    width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: center;
  }
}
