﻿.FAQ-wrapper {
    height: 900px;
    background: rgb(255, 255, 255);
}

    .FAQ-wrapper h1 {
        font-size: 40px;
        
        font-weight:bold;
        margin-bottom: 100px;
    }

    .FAQ-wrapper h2 {
        font-size: 20px;
    }

    .FAQ-wrapper .accordion-body {
        font-size: 16px;
        
        font-style: normal;
        font-weight: 300;
        padding: 28px 32px;
        
        text-align: left
    }

   

    .FAQ-wrapper .selector-wrapper {
        width: 860px;
        max-width: 100%;
        margin-bottom: 32px;
        border-bottom: 1px solid #F6F6F6;
        padding-bottom: 28px;
    }


@media (max-width: 800px) { 
    .FAQ-wrapper {
        height: 100%;
        margin-top:80px;
        margin-bottom:80px;

    }

        .FAQ-wrapper h1 {
            padding: 0 32px;
            font-size: 26px;
            font-weight: 700;
            font-style: normal;
            line-height: 150%;
            margin-top: 0;
            margin-bottom: 50px;
        }

        .FAQ-wrapper .selector-wrapper {
            width: 100%;
            padding: 28px;
            margin-bottom: 0;
        }

            .FAQ-wrapper .selector-wrapper h2 {
                padding: 0 24px;
                font-size: 16px;
            }

            .FAQ-wrapper .accordion-body p {
                font-size: 14px;
                
            }
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-left: auto;
    font-weight: 400 !important;
    content: "";
    background-image: url(/img/icons/down-arrow.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button {
    font-size:20px;
    font-weight:400;
    line-height:150%;
    padding:32px 0;
}