/*
* FAQ
**/

.body,html{
    overflow-x: hidden;
}

.text-center{
    text-align: center;
    margin-top: 32px;
}

.faq__changer{
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
}

.faq__changer--1, .faq__changer--2{
    padding:8px;
    border-radius: 16px;
    border: 3px solid;
    border-color: rgb(251, 242, 235);
    min-width: 160px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

}

.faq__changer .active{
    background-image: linear-gradient(
        157deg
        ,#ff6501,#FDF8F7);
        Color:white;
        font-weight: 500;
        transition: all 0.2s ease-in-out;

}

.fade__in{
    opacity: 1;
    transition: all 0.25s ease-in;
}

.d-none{
    display: none;
}

*:focus {
    outline: none;
}
