.sem-seo-header.js-header {
    background: #F4F5FB;
}
.contact-banner {
    text-align: center;
    padding: 24px 0 64px;
    background: #F4F5FB;
}
.contact-banner .container,
.faq-blanka-amp .container {
    max-width: 810px;
}
.banner-title {
    margin-bottom: 0;
}
.contact-section {
    max-width: 630px;
    margin: 64px auto;
    padding-inline: 15px;
}
.contact-section .intro {
    text-align: center;
    margin-bottom: 24px;
}
.faq-blanka-amp {
    margin: 64px 0;
}
.panel-default {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
}
.panel-heading {
    display: flex;
    margin-bottom: 24px;
}
.panel-heading h4, .panel-heading .panel-title  {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
    font-family: var(--default-font-family);
}
.panel-heading h4:after, .panel-heading .panel-title:after {
    content: "\002B";
    position: absolute;
    right: 5px;
    top: 25%;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #000;
    transition: all 0.3s linear;
}

.panel-heading h4[aria-expanded="true"]:after, .panel-heading .panel-title[aria-expanded="true"]:after {
    content: "\2212";
}
.panel-collapse {
    background-color: rgba(210, 217, 241, 0.25);
    border-radius: 20px;
    padding: 20px;
    display: none;
    margin-bottom: 24px;
    margin-top: 16px;
}
.panel-collapse.in {
    display: block;
}
.panel-body,
.panel-body p,
.site-inner li,
.site-inner ol {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
@media (max-width: 767px){
   .contact-banner {
        padding: 24px 0 40px;
    }
}