.page-faq span.toggle_icon {
    display: none;
}
.page-faq .toggler {
    color: var(--green) !important;
    font-weight: bold;
    padding-right: 0 !important;
    padding-left: 55px !important;
    position: relative;
    border-bottom-width: 3px !important;
    border-bottom-color: var(--yellow);
    border-top: none !important;
}
.page-faq .toggler:before {
    content: 'Q:';
    color: #fff;
    background: var(--green);
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-faq .toggler:hover {
    background-color: transparent !important;
    opacity: 0.9;
}
.page-faq .toggle_content {
    background-color: transparent !important;
    border-bottom: 3px solid var(--yellow);
    padding: 0 0 25px !important;
}
.page-faq .toggle_content p {
    line-height: 1.7;
}
.page-faq .toggler.activeTitle {
    border-bottom: none !important;
}
.solo-quote .avia-testimonial {
    padding: 0 !important;
}
.solo-quote .avia-testimonial-content p {
    line-height: 1.5;
    margin-bottom: 40px;
}
.solo-quote .avia-testimonial-subtitle {
    opacity: 1 !important;
}
.solo-quote .avia-testimonial-subtitle b {
    color: inherit !important;
}
.solo-quote .avia-testimonial-meta-mini {
    width: 300px;
    margin-left: auto;
}