.content-right h1 {
  font-size: 1.8vw;
  font-weight: normal;
  padding-bottom: 1rem ;
}

.content-right p {
  font-size: 1vw ;
  padding-bottom: 1rem ;
}

.fullheight img {
  object-fit: cover;
  display: block;
  height: calc(100vh - 90px);
}
 
div.beirat-person p {
  padding-bottom: 0.3rem;
}

div.beirat-person:last-child{
  padding-bottom: 1rem;
}