.section-faqs-headings {
    background-color: var(--color-primary-green);
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/bg-grid.png");
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -96px;
}

.faqs-headings-wrapper {
    margin-top: 96px;
    padding: 96px 64px;
}

.faqs-headings {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.faqs-headings-logo {
    width: 132px;
    height: 149px;
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/logo-gray-angle.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.faqs-headings-title {
    font-family: 'Stack Sans Notch', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 110%;
    color: #121417;
    text-align: center;
    padding-top: 24px;
}

.faqs-headings-subtitle {
    font-size: 16px;
    line-height: 150%;
    color: #121417;
    opacity: 0.7;
    max-width: 468px;
    text-align: center;
    padding: 0 20px;
}