.counter-container {
    border: 1px solid var(--bs-green);
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
}
.dark .counter-container > * {
    color: #fff;
}
.counter-title {
    padding: 0 20px;
}
.counters {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 50px;
}
.counter.counter-item {
    margin: 0 10px;
}
a.founder-linkedin {
    color: var(--bs-green);
    text-decoration: none;
}
.dark .founder--position {
    color: #fff;
}
.founder {
    position: relative;
}
.founder--bio {
    background-color: rgb(102 102 102 / 50%);
    height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 50px;
    border-radius: 74px;
    position: absolute;
    width: 100%;
    top: 46%;
    z-index: 0;
}
.founder img {
    z-index: 1;
    position: relative;
}
a.founder-linkedin {
    color: var(--bs-green);
    text-decoration: none;
    font-size: 31px;
    position: absolute;
    top: -6px;
}
.founders {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
}

.component--about:not(.no-counters) > .container {
    position: relative;
}

.founder--position {
    position: relative;
    padding-right: 25px;
}

.component--about .cta-btn-container {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 13%;
    z-index: 1;
}

.founder-linkedin:hover {
    opacity: 0.7;
}

.founder.founder-2 img {
    float: right;
}

.light .founder--bio {
    background-color: rgb(237 237 237 / 93%);
}
.counters .value:after {
    content: "+";
}
.wp-block .founders {
    margin-bottom: 0;
}
.no-counters .founders {
    margin-top: 0;
}
.component--about.no-counters .cta-btn-container {
    position: relative;
    bottom: 0;
    margin-bottom: -500px;
}
.editor.text-area {
    max-width: 530px;
    margin: 0 auto;
}

@media(min-width: 1200px){
    .founders {
        margin-top: -283px;
        margin-bottom: -119px;
    }
    .founder.founder-1 .founder--bio {
        right: -43%;
        text-align: right;
    }
    .founder.founder-2 .founder--bio {
        left: -43%;
        text-align: left;
    }
}

@media(max-width: 1399px){
    .founders {
        margin-top: -248px;
        margin-bottom: -119px;
    }
    .founder img {
        max-width: 77%;
    }
    .founder.founder-1 .founder--bio {
        right: -21%;
        text-align: right;
    }
    .founder.founder-2 .founder--bio {
        left: -21%;
        text-align: left;
    }
    .component--about .cta-btn-container {
        bottom: 7%;
    }
    .component--about.no-counters .cta-btn-container {
        margin-bottom: -300px;
    }
}


@media (max-width: 1199px) {
    .founder img {
        max-width: 52%;
    }
    .founder.founder-1 .founder--bio {
        right: -2%;
        text-align: right;
    }
    .founder.founder-2 .founder--bio {
        left: -2%;
        text-align: left;
    }
    .counters {
        padding-top: 0;
        margin-bottom: 115px;
    }
    .founder--bio {
        height: auto;
        padding: 12px 47px;
        top: 45%;
    }
}

@media(max-width: 992px) {
    .counter-container {
        width: 130px;
        height: 130px;
        border-radius: 50%;
    }
    .counters {
        margin-bottom: 168px;
    }
    .founder--bio {
        height: auto;
        padding: 8px 28px;
        top: 34%;
        width: 83%;
    }
    .component--about .cta-btn-container {
        bottom: 6%;
    }
    .fs-24 {
        font-size: 1.3rem;
    }
    .founder.founder-1 .founder--bio {
        right: 5%;
    }
    .founder.founder-2 .founder--bio {
        left: 5%;
    }
    .counter-title.fs-18 {
        font-size: 1rem;
    }
    .component--about.no-counters .cta-btn-container {
        margin-bottom: -140px;
    }
}

@media(max-width: 767px) {
    .founder img {
        max-width: 73%;
    }
    .component--about .cta-btn-container {
        bottom: 0;
        margin-top: 45px;
        margin-bottom: 25px;
    }
    .founders {
        margin-top: 0;
        flex-direction: column;
        margin-bottom: 0;
    }
    .founder--bio {
        position: relative;
        padding: 20px 28px 25px 31px;
        width: 100%;
    }
    .founder.founder-1 .founder--bio,
    .founder.founder-2 .founder--bio {
        right: 0;
        left: 0;
        text-align: center;
    }
    .founder.founder-2 img {
        float: none;
    }
    .counters {
        margin-bottom: 25px;
    }
    .founder {
        text-align: center;
    }
    .founder--name.fs-24 {
        font-size: 28px;
        font-size: 1.75rem;
    }
    .component--about .cta-btn-container {
        position: relative;
    }
    .founder.founder-1 {
        margin-bottom: 30px;
    }
    .counter-container {
        width: 105px;
        height: 105px;
    }
    .counter-container .value {
        font-size: 30px;
        font-size: 1.95rem;
    }
    .counter-title.fs-18 {
        font-size: 14px;
        font-size: 0.9rem;
        line-height: 1.1;
    }
    .component.component-generic.no-counters {
        position: relative;
        padding-bottom: 320px;
    }
    .no-counters .founders {
        flex-direction: row;
        position: absolute;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        height: 300px;
        left: 0;
    }
    .no-counters .founder {
        position: absolute;
        max-width: 290px;
    }
    .no-counters .founder.founder-1 {
        margin-bottom: 0;
        left: -55px;
    }
    .no-counters .founder.founder-2 {
        right: -55px;
    }
    .component--about.no-counters .cta-btn-container {
        margin-bottom: 0;
    }
}