.main-blog__articles-header {
  margin: 0;
  padding-bottom: 28px;
  font-size: 40px;
  font-family: 'Baskervville';
  line-height: 42px;
}

@media screen and (max-width: 575px) {
  .main-blog__articles-header {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1360px) {
  .main-blog__articles-header {
    font-size: 40px;
  }
}
