@media only screen and (min-width: 1201px) {

  #scrollBox{
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom:50px;
  }

  #scrollBox svg{
    height: 30px;
  width: 30px;
  margin-bottom: 10px;
  animation: bounce 1s infinite alternate;
  }
  
  #opLocatieBox img {
    height: 400px;
  }

    
  #opLocatieText p {
      max-width: 575px;
  }
  
  #opLocatieText button {
     margin-top: 25px;
  }

}