#pic-about {
  display: none;
}
#pic-about img {
  width: 100%;
}
#about-one img {
  width: 50%;
}
section p {
  margin-top: 2rem;
}
section p:last-of-type {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#pic-about2 img {
  width: 70%;
}
.fett{
  font-family: Times, serif;
  font-weight: bolder;
  font-size: 110%;
}
@media screen and (min-width: 40em) {
  #one {
    display: none;
  }
  #pic-about {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #pic-about2 img{
    width: 40%;
  }
  body {
    max-width: 50rem;
  }
}
@media screen and (min-width:40rem) and (orientation:landscape){
  #pic-about{
    width: 60%;
  }
  
}
