.list-page .title,
.list-page.exhibitions .title {
    font: 24px/24px 'bodoni', 'times new roman', serif;
    margin: 6px 0;
}

.list-page .list li .title a {
    font: 24px/24px 'bodoni', 'times new roman', serif;
}

.list-page .list.media .title {
    margin: 0;
}

.screen-reader-text {
    text-indent: -9999999px;
    display: block;
    height: 0;
}

.site-content{
    padding: 60px 0;
}

.page-template-page-about .site-content {
    padding: 20px 0 0;
}

.page-template-page-about .about-section.about {
    padding: 20px 0 0;
}

.page-template-page-about .content .title {
    margin: 0 0 20px;
}

@media screen and (max-width: 500px){
  .page-template-page-about .about-section {
     max-height: none;
  }
}