.body-content .content {
  margin: 2rem 0 3rem 0;
}
.body-content .content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.body-content .content .italic {
  font-style: italic;
}
.body-content .content .email-poverenik {
  color: #b23539;
}
.body-content .content .email-poverenik:hover {
  color: #00a5b5;
}

@media screen and (max-width: 575px) {
  .body-content .content h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .body-content .content h1 {
    font-size: 1.56rem;
  }
}
