.section_1_image_1 {
    max-width: 520px;
    width: 100%;
}

.section_1_image_2 {
    max-width: 700px;
    width: 100%;
}

.text-color-dark-10 {
    color: #aaaaaa;
}

.line-height-3xl {
    line-height: var(--spacing-3xl);
}

.list-style-type-disc {
    list-style-type: disc;
}

.list-style-type-circle {
    list-style-type: circle;
}

#section-2 {
    background-image: radial-gradient(50% 50% at 50% 110%, #1feda380 0%, rgba(12, 12, 12, 0.00) 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
}

#section-2-image {
    position: absolute;
    max-width: 500px;
    bottom: 0;
    right: var(--spacing-5xl);
}

.horizontal-linear-gradient-get-funded-type-01 {
    border: 0;
    background: linear-gradient(90deg, rgba(12, 12, 12, 0.00), #222222, rgba(12, 12, 12, 0.00));
    height: 2px;
    width: 100%;
}

.horizontal-linear-gradient-get-funded-type-02 {
    border: 0;
    background: linear-gradient(90deg, #1dd88700, #1dd887, #1dd88700);
    height: 2px;
    width: 100%;
}