.body {
  background-color: #161515fc;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-image: url('../images/ChatGPT-Image-24-янв.-2026-г.-17_45_40.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  height: 120vh;
}

.image {
  max-width: none;
}

.div-block-2 {
  background-image: url('../images/ChatGPT-Image-24-янв.-2026-г.-17_45_40.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: scroll;
  width: 100vw;
  height: 1536px;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    background-repeat: repeat-y;
    background-size: contain;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    background-repeat: repeat-y;
    background-size: contain;
  }
}


