.FAQ{
    margin-top: 135px;
}

.FAQ h2{
    display: flex;
    justify-content: center;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 74px;
    /* identical to box height, or 64% */
    color: #FFFFFF;
}
.FAQ .FAQ-container{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 68px;
    flex-wrap: wrap;
}



.FAQ .FAQ-container .FAQ-card{
    position: relative;
    background: #1F315E;
    border-radius: 40px;
    max-width: 94vw;
    margin-top: 22px;
}

.FAQ .FAQ-container .FAQ-card .FAQ-circle{
    width: 80px;
    height: 80px;
    position: absolute;
    background: #394D7D;
    border-radius: 39px;
    right: 0%;
    margin: 25px 25px;

}

.FAQ .FAQ-container .FAQ-card .FAQ-circle .horizon-stick{
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: white;
    margin-left: 20px;
    margin-top: 39px;
}


.FAQ .FAQ-container .FAQ-card .FAQ-circle .vertical-stick{
    position: absolute;
    margin-left: 39px;
    margin-top: 20px;
    width: 2px;
    height: 40px;
    background-color: white;
}

.FAQ .FAQ-container .active .FAQ-circle .vertical-stick{
    display: none;
}

.FAQ .FAQ-container .inactive{
    width: 1152px;
    height: 164px;
    transition: 0.25s;

}



.FAQ .FAQ-container .inactive p{
    display: none;
}

.FAQ .FAQ-container .active{
    transition: 0.5s;
    width: 1152px;

}
.FAQ .FAQ-container .active p{
    width: 858px;
    padding-bottom: 10px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    /* or 127% */

    margin: 57px 0 0 32px;
    color: #FFFFFF;
}

.FAQ .FAQ-container .FAQ-card{
    z-index: 3;
}


.FAQ .FAQ-container .FAQ-card h3{
    height: 31px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    /* or 131% */

    margin: 57px 0 0 32px;
    color: #FFFFFF;
}



