.faq-section {
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 0 2em;
    height: 500px;
}

.faq-section .col-md-4 {
    width: 20%;
}

.faq-section .col-md-4 h1 {
    color: var(--palette-900, #000070);
    font-size: var(--Headers-H-1, 90px);
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -3.6px;
}

.faq-section .col-md-8 {
    display: flex;
    width: 70%;
    flex-direction: column;
    gap: 1em;
}

.faq-section .col-md-8 h4 {
    margin-top: 3em;
    margin-bottom: 0;
    color: var(--palette-900, #000070);
    font-size: var(--Headers-H-4, 38px);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.76px;
}

.faq-section .col-md-8 h4 span {
    color: #7973EF;
}