#founder_hero .av-flex-placeholder {
    position: relative;
}
#founder_hero .av-flex-placeholder:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    left: 25%;
    top: 0;
    background: var(--lemon);
}

.resources-list .iconlist_icon {
    width: 35px !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resources-list .iconlist_content {
    padding-left: 10px;
}

.resources-list li:nth-child(n+2) {
    margin-top: 6px;
}

@media (max-width: 767px) {
    #founder_hero .flex_column {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}