div.faqs {
    margin-top: calc(60px + 30px);
    padding-top: 0 !important;
    margin-bottom: 40px;
    background-color: transparent !important;
}
div.faqs div.child {
    display: grid !important;
    & div.tab.end {
        width: 100%;
    }
}
div.faq {
    background-color: #f8f9fa;
}