.intro__img {
  background: url('../../img/fotokey.PNG') no-repeat center / cover;
  border: 5px solid var(--light-text-color);;
  border-radius: 100%;
  height: 250px;
  width: 250px;
  
}

@media screen and (min-width: 768px) {
  .intro__img {
    order: 1;
  }
}