.founder-block {
    padding: 150px 0 100px;
    position: relative;
}
.founder-block .svg-bird img {
    position: absolute;
    top: -125px;
    left: -50px;
}
.sub-title-wrap {
    padding-left: 65px;
    position: relative;
}

.sub-title-wrap .sub-title {
    position: absolute;
    left: 0;
    top: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
}
.sub-title-wrap .sub-title > div {
    display: flex;
    align-items: center;
}
.sub-title-wrap .sub-title span:first-child {
    min-height: 175px;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.sub-title-wrap .sub-title span:last-child {
    display: inline-block;
    width: 2px;
    height: 240px;
    background: #2E2E2E;
    margin-top: 12px;
    margin-bottom: 4px;
}


.founder-block-content .founer-title {
    position: absolute;
    top: 25px;
    left: 65px;
    max-width: 620px;
    z-index: 9;
}
.founder-block-content .founer-title h2 {
    font-family: 'EB Garamond', serif;
    font-size: 50px;
}
.flipper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #fff;
}
.founder-block-content .founder-name {
    text-align: right;
    font-size: 14px;
    padding: 20px 0;
}
.founder-block-content .founder-name span {
    font-weight: 500;
}
.founder-block-content .founder-copy {
    width: 600px;
    padding: 50px;
    background: #2E2E2E;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 90px;
}

/**start tender**/

