.founders {
    margin-top: 49px;
}

.founders__wrapper {
    position: relative;
    padding: 64px 0 64px 64px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    overflow: hidden;
    border-radius: 56px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.founders-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.founders-info h2 {
    font-family: Ermilov;
    font-weight: 700;
    font-style: Bold;
    font-size: 56px;
    leading-trim: NONE;
    margin-left: -6px;
    line-height: 80px;
    letter-spacing: -3%;
    color: #2E2E2E;
}

.founders-info .desc {
    max-width: 599px;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: -2%;
    color: #747474;
}

.founders-info .desc strong,
b {
    font-weight: 500;
    color: #2E2E2E;
}

.founders-info .about-founders {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 32px;
    background: #FBB936;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #000000;
    text-decoration: none;
    width: fit-content;
    border-radius: 40px;
}

.founders__wrapper .img-wrapper {
    width: 568px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 100%;
}

.founders__wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svg-1 {
    position: absolute;
    right: 10px;
    bottom: 0;
}

.svg-2 {
    position: absolute;
    right: 10px;
    display: none;
    bottom: 0;
    z-index: 3;
}

@media screen and (max-width:1024px) {
    .founders {
        margin-top: 0;
    }

    .founders__wrapper {
        position: relative;
        padding: 0;
        background: transparent;
        border: unset;
        overflow: hidden;
        border-radius: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .founders-info {
        display: flex;
        flex-direction: column;
        gap: 16px;
        border-radius: 32px;
        border: 1px solid #E2E2E2;
        padding: 16px;
        background: white;
    }

    .founders-info h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .founders-info .desc {
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
    }

    .founders-info .about-founders {
        gap: 8px;
        height: 44px;
        padding: 0 20px;
        font-size: 14px;
    }

    .founders__wrapper .img-wrapper {
        width: 100%;
        position: relative;
        z-index: 2;
        height: 350px;
    }

    .founders__wrapper .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .svg-1 {
        position: absolute;
        right: unset;
        left: 28px;
        height: auto;
        width: 265px;
        top: 216px;


    }

    .svg-2 {
        position: absolute;
        right: 40px;
        height: auto;
        width: 156px;
        top: 282px;
        z-index: 3;
    }
}
