
.faq-container {
    background-color: #ffffff;
}

.faq-header {
    display: flex;
    align-items: center;
    background-image: url(../img/FAQ_BANNER.gif);
    background-size: cover;
    min-height: 350px;
    background-position: center;
}

.faq-header h2 {
    max-width: 50%;
    align-items: center;
    color: white;
    padding: 60px;
    margin: 0;
    font-size: 1.7em!important;
    font-weight: 600;
}

.faq-header header h1 {
    margin: 0;
    line-height: 30vh;
    color: #ffffff;
    padding-left: 40px;
}

.faq-obsah {
    padding: 30px 60px 5px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
