.modal.newsitem {
  max-width: 90%;
}

.newsitem {
  font-family: "BurtonLineBold", sans-serif;
}

.newsitem time {
  font-size: 18px;
  color: rgb(25,133,161);
}

.newsitem p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.newsitem h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.newsitem h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.newsitem a {
  color: rgb(25,133,161);
}

.person h2 {
  font-size: 24px;
  padding: 15px 0 0 0;
}

.person h3 {
  color: #3D22E7;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.person {
  font-family: "BurtonLineBold", sans-serif;
}

.person p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}