.faq span, .faq h1 {
    display: block;
    text-align: left;
    flex: 1;
}

.faq .tile span {
    text-align: center !important;
}

#accordions .panel {
    display: block;
    min-width: 100%;
}

.faq .tile img {
    max-width: 55px;
    display: block;
    margin: auto;
}

.faq .tile {
    width: 160px;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #fff;
}

    .faq .tile:not(:last-child) {
        margin-right: 2rem;
    }

.tile.active {
    border: 1px solid #F77147;
}

    .tile.active * {
        color: #F77147;
        font-weight: bold;
    }

.faq .accordionC {
    background-color: transparent !important;
    max-width: 745px !important;
    margin: auto !important;
}

    .faq .accordionC img {
        max-width: 100%;
    }

    .faq .accordionC > .dF.vC {
        max-width: 100%;
        width: 100%;
        padding: 0 1rem !important;
        margin-bottom: 1rem;
        background-color: #fff;
    }
