@media (min-width: 1100px) {
  #box-3 {
    height: 85vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url("../../assets/img/20250513_145800.jpg");
    display: table;
    background-attachment: fixed;
  }
}

