.faq-topic__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
    align-items: start;
}

@media (max-width: 768px) {
    .faq-topic__items {
        grid-template-columns: 1fr;
    }
}

.faq-header {
    display: flex;
    justify-content: space-between;
    padding: 50px 45px;
}

.active .faq-item__question {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    color: #F36E3A;
}

.faq-item__icon {
    background: #fff;
    padding: 4px 9px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq {
    border-top: 1px solid #e0e0e0;
}

.faq .grid {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-bottom: 95px;
}

.faq-header__support-text p {
    width: 520px;
    height: 46px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #5E5E68;
    line-height: 150%;
}

.faq-topic__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #F36E3A;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 28px;
}

.faq-topic {
    padding: 20px 45px;
}

.faq-item {
    border: 4px double #E0E0E0;
    border-radius: 7px;
    padding: 26px 24px;
}

.faq-item__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item__answer-inner {
    padding-top: 16px;
    padding-bottom: 16px;
}

.faq-item__answer-inner p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #222431;
    margin: 0;
}

.faq-header__subtitle {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.faq-header__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.faq-item__question {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
flex: none;
order: 0;
flex-grow: 1;

}

@media(max-width:901px){
    .faq-header{
    padding: 50px 16px;
    box-sizing: border-box;
flex-direction: column;
}
.faq-header__support-text p
{
    width: 100%;
    height: auto;
}
.faq-header{
    margin-bottom: 0px;
}
.faq-topic{
     padding: 0px 16px;
    box-sizing: border-box;
}
.faq-topic__title {
    font-size: 18px;
    padding-top: 30px;
}
.faq {
    padding: 0 20px;
}
.faq-header__title {
    font-size: 30px;
}
.faq-header__support-text p {
    font-size: 15px;
}
.faq-item__question {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
}

}