.entry-title, h1 {
  font-size: max(1.7vw, 16px);
  margin-bottom: 3vh;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .entry-title, h1 {
    margin-bottom: 15px;
  }
}
h2 {
  font-size: max(1vw, 14px);
  margin-bottom: 3vh;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 15px;
  }
}
h2 a {
  color: inherit;
  text-decoration: none;
}
.entry-content {
  margin-top: 0;
}
