@media (min-width: 1100px) {
  #box-3 {
    width: 100%;
    height: 81vh;
    background-size: contain;
    background-image: url("../../assets/img/Näyttökuva%202025-10-12%20kello%2019.24.03.png");
    display: table;
    background-attachment: fixed;
  }
}

