@media screen and (max-width: 1024px) {
    .faq_item.active .answer_box {
        opacity: 1;
        padding: 30px 30px 250px 30px !important;
        transform: translateY(0);
    }
}