.fAQpage-top{
    margin-top: 200px;
    display: flex;
}

.faqp-t-left{
    display: flex;
    max-width: 467px;
    flex-direction: column;
    gap: 26px;
}

.faqp-t-left h1{
    color: #0D0D12;
    font-weight: 500;
    font-family: 'ClashGrotesk-medium';
    line-height: 48px;
    font-size: 40px;
    letter-spacing: -1%;
}

.faqp-t-left p{
    color: #666D80;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.faqp-t-left a{
    margin-top: 10px;
    width: fit-content;
}

.faqp-t-right img{
    width: 393px;
    max-width: 100%;
    -webkit-filter: drop-shadow(2px 2px 7px #22222220);
    filter: drop-shadow(2px 2px 7px #22222220);
}

.faqp-t-right{
    width: 100%;
    display: flex;
    justify-content: center;
}

.faqp-itemsSection-container{
    margin-top: 80px;
    margin-bottom: 182px;
   
}

.faqp-itemsSection-container .faq-container{
    box-shadow: 0px 20px 30px #07204515;
}

.faq-container a{
    color: #00B7FD;
    transition:0.2s;
}

.faq-container a:hover{
    color: #009ad8;
}

@media only screen and (max-width: 991px) {
    .fAQpage-top{
        flex-direction: column-reverse;
        align-items: center;
    }
    .faqp-t-left{
        text-align: center;
        align-items: center;
        margin-top: 26px;
        gap: 9px;
    }
}

@media only screen and (max-width: 767px) {
    .faqp-t-left h1{
       line-height: 29px;
       font-size: 29px;
    }
}