#FAQWithPlus {
    padding: 50px 0;

    .pytanie {
        cursor: pointer;
        padding: 15px 0 20px 0;
        margin-bottom: 0;
        font-weight: 400;
    }

    .iconSpanPlus,
    .iconSpanMinus {
        cursor: pointer;
        text-align: right;
        margin-top: 15px;
        display: block;
    }

    .odpowiedz {
        display: none;
        font-weight: 400;
        padding: 10px 20px;
    }

    .weight800 {
        font-weight: 800 !important;
    }

    .fa-plus {
        font-size: 18px;
    }

    .borderLine {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    ol {
        list-style: none;
        padding-left: 0;
    }

    .faqControls {
        display: none;
        background-color: rgba(0, 0, 0, 0.2);
        width: 50%;
        margin: -50px auto 0;
        height: 45px;
        text-align: center;
        padding: 0;
        border-radius: 50px;
        z-index: 999;
        position: relative;
    }


    .faq:hover .faqControls,
    .faq:focus .faqControls {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn {
        margin-left: 10px;
    }

}