#investor {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    /* min-height: auto; */
}

#investor > div {
    padding: 150px 0;
}

section .investor h1,
section .investor h2,
section .investor h3,
section .investor p,
section .investor a,
section .investor li {
    color: var(--colorWhite);
    text-align: left;
}

section .investor h3 {
    margin: 30px 0 12px 0;
    
}

section .investor li {
    margin-bottom: 12px;
    margin-left: 24px;
    position: relative;
}

section .investor li:first-child {
    margin-top: 12px;
}

section .investor li::before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    top: calc(50% - 4px);
    left: -24px;
    background-color: var(--colorWhite);
    border-radius: 50%;
}


#investor .testing {
    margin-top: 60px;
}

#investor .testing h1,
#investor .testing h2,
#investor .testing h3,
#investor .testing h4,
#investor .testing p,
#investor .testing a,
#investor .testing li {
    color: var(--colorWhite);
    text-align: left;
}

#investor .testing h4 {
    margin-top: 24px;
}

#investor .testing .thanks {
    margin-top: 36px;
    font-weight: bold;
}