/* visual area */

.seo-block h1{
    font-size: 1.75rem;
    line-height: 1.2;
    margin-top: 0;
}

.seo-block h2{
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0;
    background: url(/template/images/subscriptions/faq-arrow-down.svg) no-repeat;
    background-position: top 3px right 5px;
    background-size: 24px 24px;
}

.seo-block h2.ui-accordion-header-active{
    background: url(/template/images/subscriptions/faq-arrow-up.svg) no-repeat;
    background-position: top 3px right 5px;
    background-size: 24px 24px;
}

.seo-block h2:hover {
    cursor:pointer;
    -webkit-filter: brightness(90%);
}

.seo-block p{
    margin-top: 0;
}