.our-creative-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 150px;
}
.oc-img-wrap {
    position: relative;
    /*max-width: 583px;
    margin-left: auto;*/
}
.oc-img-wrap img {
    /*border-radius: 20px;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.founder_block.reverse .oc-left {
    order: 2;
}
.founder_block.reverse .oc-img {
    order: 1;
}

.our-creative-grid .t-links {
    margin: -26px auto 0;
    position: relative;
}
.oc-name {
    margin-top: 5px;
}
.oc-name > span {
    display: inline-block;
    font-family: var(--font-Mr-Eaves-Mod-ot-reg);    
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 78px;
    color:var(--color-midnightBlue);
    text-transform: uppercase;
}
.oc-name > p {    
    font-family: var(--font-Mr-Eaves-Bold);    
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color:var(--color-midnightBlue);
    margin: 0;
    text-transform: uppercase;
}
.oc-name > p span {
    color: var(--color-greenSheen);
}
.t5th-ref img {
    width: 234px;
}
/*.oc-left {
    padding-bottom: 200px;
}*/

@media(max-width:1650px) {
    .our-creative-grid {
        /*gap: 50px 100px;*/
        gap: 50px;
    }
}
/*@media(max-width:1200px) {
    .oc-left {
        padding-bottom: 50px;
    }
}*/
@media(max-width:992px) {
    .founder_block.reverse .our-creative-grid,
    .our-creative-grid {
        display: flex;
        flex-direction: column-reverse;
    }
    .founder_block.reverse .oc-left {
        order: 1;
    }
    .founder_block.reverse .oc-img {
        order: 2;
    }
    .oc-img-wrap {
        margin-right: auto;
    }
    .t5th-ref {
        text-align: center;
    }
    /*.oc-left {
        padding-bottom: 50px;
    }*/
    .founder_block .common-header {
        text-align: center;
    }
}
@media(max-width:767px) {
    .social-link-wrap {
        max-width: 80%;
    }
    /*.oc-left {
        padding-bottom: 100px;
    }*/
    .oc-name > span {
        font-size: 21px;
    }
    .oc-name > p {
        font-size: 44px;
    }
}